你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
用于 Python 的 Azure Monitor 库
概述
监视可以为用户提供数据,确保应用程序始终处于健康运行状态。 监视还有助于避免潜在问题,或者解决过去的问题。 此外,还可以利用监视数据深入了解应用程序的情况。 了解这些情况有助于改进应用程序的性能或可维护性,或者实现本来需要手动干预的操作的自动化。
若要了解有关 Azure Monitor 的详细信息,请参阅 Azure Monitor 概述。
包 - 最新
以下包可用于与 Azure Monitor 服务交互。 包 azure-monitor-ingestion
可用于将自定义日志发送到 Azure Monitor,而 azure-monitor-query
包可用于对 Azure Monitor 日志和指标执行只读查询。 包 azure-mgmt-monitor
可用于管理 Azure Monitor 服务本身。 请查看下表中的链接,了解有关每个包的详细信息。
参考 | 程序包 | 源 |
---|---|---|
监视引入 | azure-monitor-ingestion | GitHub |
Azure Monitor OpenTelemetry | azure-monitor-opentelemetry | GitHub |
监视查询 | azure-monitor-query | GitHub |
资源管理 - 监视 | azure-mgmt-monitor | GitHub |