grafana / helm-charts

Apache License 2.0
1.59k stars 2.24k forks source link

[tempo-distributed] grafana dashboards depend on "cluster" label that is not introduced anywhere in Helm Chart #438

Open herrbpl opened 3 years ago

herrbpl commented 3 years ago

Grafana Tempo (tempo-distributed) Helm Chart makes it easy to install install Tempo, however, Service Monitor or Service objects it creates, do not include "cluster" parameter which is being referenxed in https://github.com/grafana/tempo/tree/main/operations/tempo-mixin/out dashboards, making these incompatible to each other.

Please either: 1) add cluster label to scraped targets directly (as configurable parameter in values.yaml defaulting to release name) or 2) make endpoints relabellings configurable in values.yaml for ServiceMonitors

Thanks

joelnotified commented 2 years ago

@herrbpl Do you know if there is a workaround for this today?