Hello,
We are migrating from Prometheus to k8s-monitoring, and we would like to make a slight modification to the default scraping metrics configuration, which is currently explicitly defined and cannot be overridden.
For example:
Default Kube API scrapping rule in helm template
Allowing customization of the scraping metrics configuration via Helm values would be nice.
In this snippet we would like to make the following changes:
Allowing changes to the default job names and define them in the values, as many of our Grafana dashboards rely on job labels with the current job names. We are not planning to change these job names in dashboard configs.
Something like :
Hello, We are migrating from Prometheus to k8s-monitoring, and we would like to make a slight modification to the default scraping metrics configuration, which is currently explicitly defined and cannot be overridden.
For example: Default Kube API scrapping rule in helm template
Allowing customization of the scraping metrics configuration via Helm values would be nice. In this snippet we would like to make the following changes:
Allowing changes to the default job names and define them in the values, as many of our Grafana dashboards rely on job labels with the current job names. We are not planning to change these job names in dashboard configs. Something like :
We don't want to entirely redefine this default config via
extraConfig
helm value.Could you please update config templates in the chart?