helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[prometheus-blackbox-exporter] additionalMetricsRelabels in the values file, but not handled in selfservicemonitor

Open ToonTijtgat2 opened this issue 1 year ago • 0 comments

Describe the bug a clear and concise description of what the bug is.

additionalMetricsRelabels is a propertie in the values.yaml file but not in the selfservicemonitor.yaml file. resulting in the fact that nothing hapens with the value.

Thanks for checking.

What's your helm version?

8.11.0

What's your kubectl version?

latest

Which chart?

prometheus-blackbox-exporter

What's the chart version?

8.11.0

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Enter the changed values of values.yaml?

No response

Enter the command that you execute and failing/misfunctioning.

serviceMonitor:

If true, a ServiceMonitor CRD is created for a prometheus operator

https://github.com/coreos/prometheus-operator for blackbox-exporter itself

selfMonitor: enabled: true additionalMetricsRelabels: - action: lowercase sourceLabels: - team targetLabel: team additionalRelabeling: [] labels: prometheus: infra path: /metrics interval: 1m scrapeTimeout: 30s

Anything else we need to know?

No response

ToonTijtgat2 avatar Feb 26 '24 14:02 ToonTijtgat2