Skip to content

Commit fdc8bc9

Browse files
authored
Fix instance selector
Use psql specific metric to avoid return of postgres unrelated instances
1 parent a719787 commit fdc8bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres_mixin/dashboards/postgres-overview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@
13411341
"multi": true,
13421342
"name": "instance",
13431343
"options": [],
1344-
"query": "label_values(up{job=~\"$job\"},instance)",
1344+
"query": "label_values(pg_up{job=~\"$job\"},instance)",
13451345
"refresh": 1,
13461346
"regex": "",
13471347
"skipUrlSync": false,

0 commit comments

Comments
 (0)