Hey,
Would it be possible to add relabeling for the service monitor of the agent discovery, like it's done for the agent scrapper:
|
{{- if .Values.metricSinks.prometheusScrapingEndpoint.serviceMonitor.relabelings }} |
|
relabelings: |
|
{{- toYaml .Values.metricSinks.prometheusScrapingEndpoint.serviceMonitor.relabelings | nindent 4 }} |
|
{{- end }} |
Thanks.
Hey,
Would it be possible to add relabeling for the service monitor of the agent discovery, like it's done for the agent scrapper:
charts/promitor-agent-scraper/templates/servicemonitor.yaml
Lines 30 to 33 in 14c11c9
Thanks.