Skip to content

Commit b1177ab

Browse files
authored
Update promql for deployment count by project on overview controlplane dashboard (#4915)
Signed-off-by: khanhtc1202 <[email protected]>
1 parent 1258b55 commit b1177ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/pipecd/grafana-dashboards/control-plane/overview.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
"targets": [
532532
{
533533
"exemplar": true,
534-
"expr": "grpcapi_create_deployment_total{project=~\"$project\"}",
534+
"expr": "sum by (project) (grpcapi_create_deployment_total)",
535535
"interval": "",
536536
"legendFormat": "{{project}}",
537537
"refId": "A"

0 commit comments

Comments
 (0)