Skip to content

Commit 99dc4ef

Browse files
chore: pdf3 fix statuses query in Grafana dashboard (#16917)
1 parent f13287a commit 99dc4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runtime/pdf3/infra/kustomize/base/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"uid": "${DS_PROMETHEUS}"
133133
},
134134
"editorMode": "code",
135-
"expr": "sum(rate(outbound_http_route_backend_response_statuses_total{backend_namespace=~\"pdf|runtime-pdf3\"}[$__rate_interval])) by(backend_namespace, http_status)",
135+
"expr": "sum(rate(outbound_http_route_backend_response_statuses_total{backend_namespace=~\"pdf|runtime-pdf3\", backend_name=~\"pdf-migration|pdf3-proxy\"}[$__rate_interval])) by(backend_namespace, http_status)",
136136
"instant": false,
137137
"legendFormat": "{{ backend_namespace }} / {{ http_status }}",
138138
"range": true,

0 commit comments

Comments
 (0)