We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e31243 commit 97e7c08Copy full SHA for 97e7c08
fleet/lib/grafana-dashboards/dashboards/deliverator-summary.json
@@ -1382,14 +1382,14 @@
1382
"$__all"
1383
]
1384
},
1385
- "definition": "label_values(uploads,service)",
+ "definition": "label_values(uploads{site=~\"$site\"},service)",
1386
"includeAll": true,
1387
"multi": true,
1388
"name": "service",
1389
"options": [],
1390
"query": {
1391
"qryType": 1,
1392
- "query": "label_values(uploads,service)",
+ "query": "label_values(uploads{site=~\"$site\"},service)",
1393
"refId": "PrometheusVariableQueryEditor-VariableQuery"
1394
1395
"refresh": 1,
0 commit comments