Skip to content

Commit

Permalink
Add honorLabels to the pipelines ServiceMonitor
Browse files Browse the repository at this point in the history
Added honorLabels to the serviceMonitor because prometheus
override our labels/tags in metrics which leads to namespace
being tagged as exported_namespace and an additional namespace
tag "openshift-pipelines" in the metrics stored.
  • Loading branch information
khrm authored and tekton-robot committed May 23, 2022
1 parent d63f6cb commit cbe0dcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
endpoints:
- interval: 10s
port: http-metrics
honorLabels: true
jobLabel: app
namespaceSelector:
matchNames:
Expand Down

0 comments on commit cbe0dcc

Please sign in to comment.