Skip to content

Commit 30d93c2

Browse files
authored
Updated the commenting
1 parent de8e0ce commit 30d93c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-monitor/essentials/prometheus-remote-write-managed-identity.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ This step isn't required if you're using an AKS identity since it will already h
9696
remoteWrite:
9797
- url: 'http://localhost:8081/api/v1/write'
9898
99-
## Azure Managed Prometheus currently exports some default mixins in Grafana. These mixins are compatible with Azure Monitor agent on ## your Azure Kubernetes Service cluster. However, these mixins aren't compatible with Prometheus metrics scraped by the Kube ## Prometheus stack. In order to make these mixins compatible, uncomment remote write relabel configuration below:
99+
## Azure Managed Prometheus currently exports some default mixins in Grafana.
100+
## These mixins are compatible with Azure Monitor agent on your Azure Kubernetes Service cluster.
101+
## However, these mixins aren't compatible with Prometheus metrics scraped by the Kube Prometheus stack.
102+
## In order to make these mixins compatible, uncomment remote write relabel configuration below:
103+
100104
101105
## writeRelabelConfigs:
102106
## - sourceLabels: [metrics_path]

0 commit comments

Comments
 (0)