tempo icon indicating copy to clipboard operation
tempo copied to clipboard

Dashboards for distributed deployments require undocumented config

Open yvrhdn opened this issue 4 years ago • 2 comments

The dashboards in tempo-mixin use a cluster and job matcher: https://github.com/grafana/tempo/blob/29c6e25f5c0f9750b16fca673d437a490a6e3069/operations/tempo-mixin/dashboard-utils.libsonnet#L31-L32

This requires a cluster and job label to be present in the time series, which is not documented anywhere.

We should either:

  • document what is expected to use this dashboard
  • adapt the dashboard to not require this

Ideally, we also update the tk and helm examples to use these dashboards out of the box.

yvrhdn avatar Jul 07 '21 10:07 yvrhdn

fyi, adding an external label worked for me.

Using the Grafana Agent:

prometheus:
  global:
    external_labels:
      cluster: k3d-local-dev
  # ...

yvrhdn avatar Jul 07 '21 10:07 yvrhdn

This seems like it should have been taken care of by now, but I'm still experiencing the issue of the missing cluster label. Any ideas?

B3DTech avatar Nov 10 '22 14:11 B3DTech

This should be fixed by https://github.com/grafana/tempo/pull/1913

yvrhdn avatar Nov 30 '22 13:11 yvrhdn