Skip to content

Commit 8856922

Browse files
committed
Fix grafana dashboard
Add missing refId Signed-off-by: Vitaly Zhuravlev <[email protected]>
1 parent b1c0957 commit 8856922

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

postgres_mixin/dashboards/postgres-overview.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,8 @@
13321332
"name": "job",
13331333
"options": [],
13341334
"query": {
1335-
"query": "label_values(pg_up, job)"
1335+
"query": "label_values(pg_up, job)",
1336+
"refId": "StandardVariableQuery"
13361337
},
13371338
"refresh": 1,
13381339
"regex": "",
@@ -1365,7 +1366,8 @@
13651366
"name": "instance",
13661367
"options": [],
13671368
"query": {
1368-
"query": "label_values(pg_up{job=~\"$job\"},instance)"
1369+
"query": "label_values(pg_up{job=~\"$job\"},instance)",
1370+
"refId": "StandardVariableQuery"
13691371
},
13701372
"refresh": 1,
13711373
"regex": "",
@@ -1389,7 +1391,8 @@
13891391
"name": "db",
13901392
"options": [],
13911393
"query": {
1392-
"query": "label_values(pg_stat_database_tup_fetched{instance=~\"$instance\",datname!~\"template.*|postgres\"},datname)"
1394+
"query": "label_values(pg_stat_database_tup_fetched{instance=~\"$instance\",datname!~\"template.*|postgres\"},datname)",
1395+
"refId": "StandardVariableQuery"
13931396
},
13941397
"refresh": 1,
13951398
"regex": "",

0 commit comments

Comments
 (0)