-
|
Hello, I am evaluating different monitoring tools for Postgres and I came across pgwatch very recently. I truly like the comprehensive documentation and the vision : it just works ! Am torn between two options:
My ask to the pgwatch community: how do you deal with cluster-level and database-level metrics and the various dashboards ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
hey there! Yeah, been there! :) What I would do is
This way you will have comprehensive insight into the cluster itself through And of course you may update your dashboards! Just change the definition of the dashboard variable and you're done! |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
In Grafana, the prometheus query for dbname is amended to filter on -instance- or -userdb- depending on the dashboards. |
Beta Was this translation helpful? Give feedback.
Hi,
I took inspiration from the presets and defined two different sections for each cluster:_
In Grafana, the prometheus query for dbname is amended to filter on -instance- or -userdb- depending on the dashboards.