Skip to content

Commit

Permalink
remove default metricRelabelings
Browse files Browse the repository at this point in the history
Signed-off-by: smartbit <[email protected]>
  • Loading branch information
smartbit committed Apr 6, 2022
1 parent 18aaae4 commit dcc8ae4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ serviceMonitor:

# -- MetricRelabelConfigs to apply to samples before ingestion.
# Relabel the metrics to be able to recognize them
metricRelabelings:
- replacement: dex_$1
sourceLabels: [__name__]
targetLabel: __name__
metricRelabelings: []
# - replacement: dex_$1
# sourceLabels: [__name__]
# targetLabel: __name__

# -- RelabelConfigs to apply to samples before scraping.
relabelings: []
Expand Down

0 comments on commit dcc8ae4

Please sign in to comment.