diff --git a/dashboards/grafana-dashboard-exhort.configmap.yaml b/dashboards/grafana-dashboard-exhort.configmap.yaml index 3c66cbd8..694d3c6b 100644 --- a/dashboards/grafana-dashboard-exhort.configmap.yaml +++ b/dashboards/grafana-dashboard-exhort.configmap.yaml @@ -634,7 +634,7 @@ data: "uid": "${datasource}" }, "editorMode": "code", - "expr": "sum(rate(http_server_requests_seconds_count{namespace=\"exhort-stage\"}[2m])) by (status)", + "expr": "sum(rate(http_server_requests_seconds_count{namespace=~\"$namespace\", job=\"exhort\"}[2m])) by (status)", "interval": "", "legendFormat": "__auto", "range": true,