feat(argo-workflows): Add honorLabels parameter to Argo Workflows ServiceMonitor (#2920)
* Update workflow-controller-servicemonitor.yaml Signed-off-by: venegator <m.venega94@gmail.com> * Update values.yaml Signed-off-by: venegator <m.venega94@gmail.com> * Update Chart.yaml Signed-off-by: venegator <m.venega94@gmail.com> * Update README.md Signed-off-by: venegator <m.venega94@gmail.com> * Update charts/argo-workflows/Chart.yaml Co-authored-by: kiblik <5609770+kiblik@users.noreply.github.com> Signed-off-by: venegator <m.venega94@gmail.com> * Update workflow-controller-servicemonitor.yaml Signed-off-by: venegator <m.venega94@gmail.com> --------- Signed-off-by: venegator <m.venega94@gmail.com> Co-authored-by: kiblik <5609770+kiblik@users.noreply.github.com>
This commit is contained in:
parent
7c8bbd62e8
commit
e718e46651
4 changed files with 8 additions and 2 deletions
|
|
@ -143,6 +143,9 @@ controller:
|
|||
servicePortName: metrics
|
||||
# -- Flag to enable headless service
|
||||
headlessService: false
|
||||
# -- When true, honorLabels preserves the metric’s labels when they collide with the target’s labels.
|
||||
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#honorlabels
|
||||
honorLabels: false
|
||||
# -- ServiceMonitor relabel configs to apply to samples before scraping
|
||||
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig
|
||||
relabelings: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue