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

Commit

Permalink
Merge pull request #93 from caos/fix-metrics
Browse files Browse the repository at this point in the history
fix: use controllers not exporters namespace
  • Loading branch information
eliobischof authored Apr 24, 2020
2 parents 252afdd + 24dd11c commit 23b656e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func getIngestionServiceMonitor(monitorMatchingLabels, serviceMatchingLabels map
endpoint := &servicemonitor.ConfigEndpoint{
Port: "http",
Path: "/metrics",
HonorLabels: false,
HonorLabels: true,
Relabelings: relabelings,
MetricRelabelings: metricRelabelings,
}
Expand Down

0 comments on commit 23b656e

Please sign in to comment.