Closed Rohlik closed 3 weeks ago
I am fully in support of this. Moving this to the helm charts repo for visibility.
We would gladly take a PR to add this feature.
I edited 3 Tempo Charts using the same logic used for Mimir chart.
I didn't edit dependency charts; I'm waiting for a feedback on how to proceed https://github.com/grafana/mimir/issues/9067#issuecomment-2439073840
Is your feature request related to a problem? Please describe. There is no way how to easily set common labels across all Helm chart Tempo created resources, like (deployments, statefulsets, ingresses, services, servicemonitors, persistent volumes, etc). This leads to difficulties when you have common rules/alerts, for example, "almost full persistent volume" and you want to route them to the responsible owner based on the team label. This is now impossible as the PV/PVC doesn't have related labels 😢.
Describe the solution you'd like In
values.yaml
, we should be able to specify something like this:and all resources created by the Tempo chart will have those labels.
Describe alternatives you've considered
Additional context Sadly, the other components from Grafana are missing this support also 😣; see tickets below. It would be nice to have the same method for setting these common labels across charts.