From 65f31f978cfaed31e66184dcf9c42cef6d2db143 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 7 Jul 2022 10:15:12 +0100 Subject: [PATCH] Fixed broken link for supported namespaces (#51302) (#51868) (cherry picked from commit a802e84772fab2e362976bfc3805b05c69fe5f98) Co-authored-by: Yaelle Chaudy <42030685+yaelleC@users.noreply.github.com> --- docs/sources/datasources/azuremonitor/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/azuremonitor/_index.md b/docs/sources/datasources/azuremonitor/_index.md index 095824c0798..3df80deaf61 100644 --- a/docs/sources/datasources/azuremonitor/_index.md +++ b/docs/sources/datasources/azuremonitor/_index.md @@ -103,7 +103,7 @@ Further documentation on multi-dimensional metrics is available [here](https://d #### Supported Azure Monitor metrics -Not all metrics returned by the Azure Monitor Metrics API have values. To make it easier for you when building a query, the Grafana data source has a list of supported metrics and ignores metrics which will never have values. This list is updated regularly as new services and metrics are added to the Azure cloud. For more information about the list of metrics, refer to [current supported namespaces](https://github.com/grafana/grafana/blob/main/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts). +Not all metrics returned by the Azure Monitor Metrics API have values. To make it easier for you when building a query, the Grafana data source has a list of supported metrics and ignores metrics which will never have values. This list is updated regularly as new services and metrics are added to the Azure cloud. For more information about the list of metrics, refer to [current supported namespaces](https://github.com/grafana/grafana/blob/main/public/app/plugins/datasource/grafana-azure-monitor-datasource/azureMetadata/metricNamespaces.ts). ### Querying Azure Monitor Logs