Skip to content

Commit 97e7c08

Browse files
committed
(fleet/grafana-dashboards) constrain Deliverator Summary service param by site
1 parent 5e31243 commit 97e7c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fleet/lib/grafana-dashboards/dashboards/deliverator-summary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,14 +1382,14 @@
13821382
"$__all"
13831383
]
13841384
},
1385-
"definition": "label_values(uploads,service)",
1385+
"definition": "label_values(uploads{site=~\"$site\"},service)",
13861386
"includeAll": true,
13871387
"multi": true,
13881388
"name": "service",
13891389
"options": [],
13901390
"query": {
13911391
"qryType": 1,
1392-
"query": "label_values(uploads,service)",
1392+
"query": "label_values(uploads{site=~\"$site\"},service)",
13931393
"refId": "PrometheusVariableQueryEditor-VariableQuery"
13941394
},
13951395
"refresh": 1,

0 commit comments

Comments
 (0)