Grafana 上的 Application Insights return 个空图表
Application Insights return empty charts on Grafana
我正在尝试在 grafana 仪表板上显示 azure 应用程序洞察,Azure ML 工作室为 Web 服务启用了应用程序洞察,但最终所有可用指标的图表都是空的。你能告诉我哪里做错了或者我遗漏了什么吗?谢谢。
Application Insights 是 Azure 为多个平台上的 Web 开发人员提供的 应用程序性能管理 服务,它可用于监控您的 Web 应用程序.如果您按照下面提到的步骤进行操作,您将在 Grafana 中获得图表。
在 Grafana 中,使用支持 Azure Monitor、Azure Log Analytics 和 Application Insights 指标的 Azure Monitor 数据源插件。但请记住,此插件需要 Grafana 4.5.0 或更新版本才能使用 Application Insights。您可以在使用以下命令在 CLI 中更新 Grafana 后安装插件。
grafana-cli plugins install grafana-azure-monitor-datasource
您还可以通过 Azure Marketplace 在 Azure 上设置 Grafana。
该插件可以从 Azure Monitor 服务和 Application Insights API 访问指标。但是您需要配置对服务的访问。如果您使用的是 Application Insights,那么您需要来自 Azure 门户的两条信息,即 Application ID 和 an API key.查看此 Application Insights API QuickStart 了解更多信息。
为 Application Insights 编写分析查询。当您将服务类型设置为“Application Insights”时,右侧的菜单图标会添加另一个选项“切换编辑模式”。单击后,它会为您提供一个全文区域,您可以在其中编写日志分析查询。查看 Grafana 文档的 Writing Analytics Queries For Application Insights section 了解更多信息。
上述过程将帮助您在Grafana中获得合适的图表。我还建议阅读来自 Microsoft 的 Monitor your Azure services in Grafana 文档以获取更多信息。
我正在尝试在 grafana 仪表板上显示 azure 应用程序洞察,Azure ML 工作室为 Web 服务启用了应用程序洞察,但最终所有可用指标的图表都是空的。你能告诉我哪里做错了或者我遗漏了什么吗?谢谢。
Application Insights 是 Azure 为多个平台上的 Web 开发人员提供的 应用程序性能管理 服务,它可用于监控您的 Web 应用程序.如果您按照下面提到的步骤进行操作,您将在 Grafana 中获得图表。
在 Grafana 中,使用支持 Azure Monitor、Azure Log Analytics 和 Application Insights 指标的 Azure Monitor 数据源插件。但请记住,此插件需要 Grafana 4.5.0 或更新版本才能使用 Application Insights。您可以在使用以下命令在 CLI 中更新 Grafana 后安装插件。
grafana-cli plugins install grafana-azure-monitor-datasource
您还可以通过 Azure Marketplace 在 Azure 上设置 Grafana。
该插件可以从 Azure Monitor 服务和 Application Insights API 访问指标。但是您需要配置对服务的访问。如果您使用的是 Application Insights,那么您需要来自 Azure 门户的两条信息,即 Application ID 和 an API key.查看此 Application Insights API QuickStart 了解更多信息。
为 Application Insights 编写分析查询。当您将服务类型设置为“Application Insights”时,右侧的菜单图标会添加另一个选项“切换编辑模式”。单击后,它会为您提供一个全文区域,您可以在其中编写日志分析查询。查看 Grafana 文档的 Writing Analytics Queries For Application Insights section 了解更多信息。
上述过程将帮助您在Grafana中获得合适的图表。我还建议阅读来自 Microsoft 的 Monitor your Azure services in Grafana 文档以获取更多信息。