Skip to content

Commit 0079e0c

Browse files
authored
Update prometheus-metrics-enable.md
1 parent e8ddf93 commit 0079e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/prometheus-metrics-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The output for each command will look similar to the following:
7676
"metrics": {
7777
"enabled": true,
7878
"kubeStateMetrics": {
79-
"metrican'tationsAllowList": "",
79+
"metricAnnotationsAllowList": "",
8080
"metricLabelsAllowlist": ""
8181
}
8282
}
@@ -102,7 +102,7 @@ The output will be similar to the following:
102102
"metrics": {
103103
"enabled": true,
104104
"kubeStateMetrics": {
105-
"metrican'tationsAllowList": "pods=[k8s-annotation-1,k8s-annotation-n]",
105+
"metricAnnotationsAllowList": "pods=[k8s-annotation-1,k8s-annotation-n]",
106106
"metricLabelsAllowlist": "namespaces=[k8s-label-1,k8s-label-n]"
107107
}
108108
}

0 commit comments

Comments
 (0)