rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.1k stars 438 forks source link

Gauges should use Instant queries #129

Closed jfroy closed 2 months ago

jfroy commented 1 year ago

The Gauges in the Quick CPU / Mem / Disk section should use Instant queries. This is more performant for this style of graph and fixes issues when more than one time series is returned by the query (for example when more than one node-exporter pod exists in the data).

rfmoz commented 11 months ago

It is changed in the last update.

Thanks for the report.