Skip to content

Commit c91c75f

Browse files
committed
Add note about btree_bloat metric in panels description
1 parent 815eb97 commit c91c75f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

grafana/postgres/v12/index-overview.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
"type": "grafana-postgresql-datasource",
251251
"uid": "pgwatch-metrics"
252252
},
253+
"description": "Note: The `btree_bloat` metric query filters to bloated indexes over 1 MiB by default; for large databases, you might only care about indexes over 100 MiB or so, so modify the metric accordingly in your metric configs.",
253254
"fieldConfig": {
254255
"defaults": {
255256
"color": {

grafana/prometheus/v12/index-overview-prometheus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"type": "prometheus",
459459
"uid": "pgwatch-prometheus"
460460
},
461-
"description": "",
461+
"description": "Note: The `btree_bloat` metric query filters to bloated indexes over 1 MiB by default; for large databases, you might only care about indexes over 100 MiB or so, so modify the metric accordingly in your metric configs.",
462462
"fieldConfig": {
463463
"defaults": {
464464
"color": {

0 commit comments

Comments
 (0)