diff --git a/docs/sources/datasources/azure-monitor/_index.md b/docs/sources/datasources/azure-monitor/_index.md index 130ffdd79ba..18e9c6d91cb 100644 --- a/docs/sources/datasources/azure-monitor/_index.md +++ b/docs/sources/datasources/azure-monitor/_index.md @@ -40,6 +40,7 @@ The Azure Monitor data source supports visualizing data from three Azure service - **Azure Monitor Metrics:** Collect numeric data from resources in your Azure account. - **Azure Monitor Logs:** Collect log and performance data from your Azure account, and query using the Kusto Query Language (KQL). - **Azure Resource Graph:** Query your Azure resources across subscriptions. +- **Azure Monitor Application Insights:** Collect trace logging data and other application performance metrics. ## Configure the data source diff --git a/docs/sources/explore/trace-integration.md b/docs/sources/explore/trace-integration.md index adb010e7f77..5b2d19b35fe 100644 --- a/docs/sources/explore/trace-integration.md +++ b/docs/sources/explore/trace-integration.md @@ -22,6 +22,7 @@ Supported data sources are: - [Jaeger]({{< relref "../datasources/jaeger/" >}}) - [Zipkin]({{< relref "../datasources/zipkin/" >}}) - [X-Ray](https://grafana.com/grafana/plugins/grafana-x-ray-datasource) +- [Azure Monitor Application Insights]({{< relref "../datasources/azure-monitor/" >}}) For information on how to configure queries for the data sources listed above, refer to the documentation for specific data source. @@ -36,6 +37,7 @@ For information on querying each data source, refer to their documentation: - [Tempo query editor]({{< relref "../datasources/tempo/query-editor" >}}) - [Jaeger query editor]({{< relref "../datasources/jaeger/#query-the-data-source" >}}) - [Zipkin query editor]({{< relref "../datasources/zipkin/#query-the-data-source" >}}) +- [Azure Monitor Application Insights query editor]({{< relref "../datasources/azure-monitor/query-editor/#query-application-insights-traces" >}}) ## Trace View