Repeat graphs by metric name

Hi,

using grafana/icingaweb2 and the officially linked plugin to show graphs. Having issues for historic metrics, showing up empty on repeating panels. So one solution would be to just delete the metric, which may be a big effort or doing it automatically, which would lead in dropping measurements which may be still needed but currently are not in performance data. Now icingaweb2 even parses the performance data. Is it possible to use the labels of performance data measurements as custom variable in the graphana plugin?

Thanks in advance

  • Michael

As we cant set a timeframe inside a templating variable in Grafana, it will always query all metrics that are bound to your host/service even if the do not exist on the source host anymore.
The only way to solve this is to cleanup your influxdb.

1 Like