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

change to pg_postmaster_start_time_seconds #6

Closed patsevanton closed 4 years ago

patsevanton commented 4 years ago

process_start_time_seconds show uptime process postgres_exporter! process_start_time_seconds not show uptime process postgres/postmaster!

Needd change to pg_postmaster_start_time_seconds{release="$release", instance="$instance"} * 1000 https://github.com/wrouesnel/postgres_exporter/blob/master/queries.yaml#L9

lstn commented 4 years ago

Good catch, this looks good to me. Thanks!