diff --git a/docs/gha-runner-scale-set-controller/samples/grafana-dashboard/ARC-Autoscaling-Runner-Set-Monitoring.json b/docs/gha-runner-scale-set-controller/samples/grafana-dashboard/ARC-Autoscaling-Runner-Set-Monitoring.json index 43f53e01..f2c76f65 100644 --- a/docs/gha-runner-scale-set-controller/samples/grafana-dashboard/ARC-Autoscaling-Runner-Set-Monitoring.json +++ b/docs/gha-runner-scale-set-controller/samples/grafana-dashboard/ARC-Autoscaling-Runner-Set-Monitoring.json @@ -1847,7 +1847,7 @@ "targets": [ { "editorMode": "code", - "expr": "sum by (controller) (controller_runtime_active_workers)", + "expr": "sum by (controller) (controller_runtime_active_workers{namespace=\"$SystemNamespace\"})", "legendFormat": "__auto", "range": true, "refId": "A",