Skip to content

Commit e9624a7

Browse files
Removed unnecessary graph
1 parent da2cd5b commit e9624a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/grafana/dashboards/Dashboard_9_Table_Stats.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,6 @@
17771777
"type": "query"
17781778
},
17791779
{
1780-
"allValue": "",
17811780
"current": {
17821781
"text": "All",
17831782
"value": "$__all"
@@ -1799,7 +1798,9 @@
17991798
"allValue": ".+",
18001799
"current": {
18011800
"text": "All",
1802-
"value": "$__all"
1801+
"value": [
1802+
"$__all"
1803+
]
18031804
},
18041805
"definition": "label_values(pgwatch_table_stats_tx_freeze_age{schema=~\"$schema_name\"},table_name)",
18051806
"includeAll": true,
@@ -1825,5 +1826,5 @@
18251826
"timezone": "utc",
18261827
"title": "09. Table analysis",
18271828
"uid": "92657f2a-985b-4d1a-99ed-2fac6e0c53e2",
1828-
"version": 15
1829+
"version": 17
18291830
}

0 commit comments

Comments
 (0)