You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
It is working fine. But I am having 3 database clusters each having 2-3 non-template databases. Even though I left the database box empty in the admin panel, still it is not giving metrics for all the DBs. only showing the metrics for Postgres database. Kindly suggest if I am missing anything. Thanks.
Expected like it will show nodeA_db1, nodeA_db2,nodeA_db3 . NodeB_db1, NodeB_db2 and so on. But it is giving database specific.
Hi Team,
docker run -d -p 3000:3000 -p 8080:8080 -e PW2_TESTDB=true --name pw2 cybertec/pgwatch2:1.10.0
It is working fine. But I am having 3 database clusters each having 2-3 non-template databases. Even though I left the database box empty in the admin panel, still it is not giving metrics for all the DBs. only showing the metrics for Postgres database. Kindly suggest if I am missing anything. Thanks.
Expected like it will show nodeA_db1, nodeA_db2,nodeA_db3 . NodeB_db1, NodeB_db2 and so on. But it is giving database specific.