mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
Ensure honorLabels is set to true for prometheus-operator ServiceMonitor (#1722)
This commit is contained in:
@@ -25,3 +25,4 @@ data:
|
||||
endpoints:
|
||||
- port: http
|
||||
interval: 30s
|
||||
honorLabels: true
|
||||
|
||||
@@ -170,6 +170,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
||||
endpoints: [
|
||||
{
|
||||
port: 'http',
|
||||
honorLabels: true,
|
||||
},
|
||||
],
|
||||
selector: {
|
||||
|
||||
Reference in New Issue
Block a user