Skip to content

Commit b1177ab

Browse files
authored
Update promql for deployment count by project on overview controlplane dashboard (#4915)
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
1 parent 1258b55 commit b1177ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)