Skip to content

Commit e11a3db

Browse files
authored
Fix PodMonitor sample
1 parent 9951342 commit e11a3db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/containers/prometheus-metrics-scrape-crd.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ spec:
4747
operator: In
4848
values: [app-frontend, app-backend]
4949

50-
# [Optional] Filter by pod namespace
51-
namespaceSelector:
52-
matchNames: [app-frontend, app-backend]
50+
# [Optional] Filter by pod namespace
51+
namespaceSelector:
52+
matchNames: [app-frontend, app-backend]
5353

5454
# [Optional] Labels on the pod with these keys will be added as labels to each metric scraped
5555
podTargetLabels: [app, region, environment]

0 commit comments

Comments
 (0)