Skip to content
This repository was archived by the owner on Jun 12, 2020. It is now read-only.

Commit 23b656e

Browse files
authored
Merge pull request #93 from caos/fix-metrics
fix: use controllers not exporters namespace
2 parents 252afdd + 24dd11c commit 23b656e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/bundle/application/applications/kubestatemetrics/metrics/servicemonitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func getIngestionServiceMonitor(monitorMatchingLabels, serviceMatchingLabels map
6868
endpoint := &servicemonitor.ConfigEndpoint{
6969
Port: "http",
7070
Path: "/metrics",
71-
HonorLabels: false,
71+
HonorLabels: true,
7272
Relabelings: relabelings,
7373
MetricRelabelings: metricRelabelings,
7474
}

0 commit comments

Comments
 (0)