Skip to content

Commit aea4365

Browse files
author
Itay Grudev
authored
Grafana Dashboard Cluster Overview Improvements (#1916)
* Base backup and last archived WAL information * Total CPU and memory usage across all nodes * An Alerts section * Last failover/switchover time * Cluster PostgreSQL version * Transactions per second * Volume usage and total database size * Replication/Write/Flush/Replay lag * Added instance zone * Displaying the full PostgreSQL version * Bug Fix: When there are redundant `kube-state-metrics` instances there are duplicate status gauges * Bug Fix: Max Connections not displaying a progress bar in the gauge due to missing `min` and `max` values. * Transposed configuration section * Added volume space and inode usage gauges. * Fixed tooltips and set shared crosshairs of all graphs. * Bug Fix: Cluster variable query picking up any metric ending with cluster --------- Signed-off-by: Itay Grudev <igrudev@clustermarket.com>
1 parent 22531ec commit aea4365

3 files changed

Lines changed: 11766 additions & 7471 deletions

File tree

docs/src/quickstart.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ kubectl apply -f \
321321
Which will be picked up by the Grafana page in a few seconds. You should now
322322
see the `CloudNativePG` dashboard.
323323

324+
!!! Warning
325+
Some graphs in the previous dashboard make use of metrics that are in alpha stage by the time
326+
this was created, like `kubelet_volume_stats_available_bytes` and `kubelet_volume_stats_capacity_bytes`
327+
producing some graphs to show `No data`.
328+
324329
![local grafana](images/grafana-local.png)
325330

326331
Note that in our example setup, both Prometheus and Grafana will pick up

0 commit comments

Comments
 (0)