lstn / misc-grafana-dashboards

Misc collection of grafana dashboards used to visualize Prometheus metrics for Kubernetes Cluster
Apache License 2.0
86 stars 25 forks source link

Postgres dashboard: Use an instant query for the version #2

Closed mjpieters closed 5 years ago

mjpieters commented 5 years ago

Upgrading Postgres results in multiple results being returned for the pg_static{...} query. Switching on 'instant' at least gives you the most recent value of the multiple values.

lstn commented 5 years ago

should be resolved now, thanks!