1
0
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:
Nick
2018-08-06 06:50:01 +01:00
committed by Max Inden
parent a25f8bc787
commit 823ac4edcf
2 changed files with 2 additions and 0 deletions

View File

@@ -25,3 +25,4 @@ data:
endpoints:
- port: http
interval: 30s
honorLabels: true

View File

@@ -170,6 +170,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
endpoints: [
{
port: 'http',
honorLabels: true,
},
],
selector: {