Skip to content

Commit

Permalink
Merge pull request #10 from LucaCominoli21/db_size_fix
Browse files Browse the repository at this point in the history
Fix Database Size panel not filtered for instance
  • Loading branch information
itay-grudev authored May 9, 2024
2 parents 507c3a2 + 15b9f22 commit 516dd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "cnpg_pg_database_size_bytes{namespace=\"$namespace\"}",
"expr": "cnpg_pg_database_size_bytes{namespace=\"$namespace\", pod=~\"$instances\"}",
"format": "table",
"instant": false,
"legendFormat": "__auto",
Expand Down

0 comments on commit 516dd9f

Please sign in to comment.