Skip to content

Commit

Permalink
Update promql for deployment count by project on overview controlplan…
Browse files Browse the repository at this point in the history
…e dashboard (#4915)

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
  • Loading branch information
khanhtc1202 committed May 15, 2024
1 parent 1258b55 commit b1177ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
"targets": [
{
"exemplar": true,
"expr": "grpcapi_create_deployment_total{project=~\"$project\"}",
"expr": "sum by (project) (grpcapi_create_deployment_total)",
"interval": "",
"legendFormat": "{{project}}",
"refId": "A"
Expand Down

0 comments on commit b1177ab

Please sign in to comment.