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
and the calculation is on "Total" so it will sum up the size of all databases in that namespace
Ex.
If I have 2 databases in test namespace with 400GB and 600GB size in the dashboard it will show 1TB for both databases
I've changed it to the query below to solve the problem:
cnpg_pg_database_size_bytes{namespace="$namespace", job="$namespace/$cluster"}
The text was updated successfully, but these errors were encountered:
The problem is in the dashboard "Database Size" is calculated by this query:
cnpg_pg_database_size_bytes{namespace="$namespace"}
and the calculation is on "Total" so it will sum up the size of all databases in that namespace
Ex.
If I have 2 databases in test namespace with 400GB and 600GB size in the dashboard it will show 1TB for both databases
I've changed it to the query below to solve the problem:
cnpg_pg_database_size_bytes{namespace="$namespace", job="$namespace/$cluster"}
The text was updated successfully, but these errors were encountered: