Skip to content

Commit

Permalink
Revert "Fixes metric grouping for CPU usage graphs." (dapr#5839)
Browse files Browse the repository at this point in the history
This reverts commit 86cb534,
which did not modify the appropriate place (dapr workloads).

Signed-off-by: Tiago Alves Macambira <[email protected]>
  • Loading branch information
tmacam authored Jan 27, 2023
1 parent 75046d6 commit 270dc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grafana/grafana-system-services-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(label_replace(rate(container_cpu_usage_seconds_total{pod=~\"(feed-generator|hashtag-actor|hashtag-counter|pubsub-workflow|validation-worker|message-analyzer).*\", namespace=\"longhaul-test\"}[5m]), \"app_name\", \"$1\", \"pod\", \"(.*-app)-.*\")) by (app_name)",
"expr": "sum(rate(container_cpu_usage_seconds_total{pod=~\"(dapr-sentry|dapr-sidecar-injector|dapr-placement-server|dapr-operator).*\"}[5m])) by (pod)",
"interval": "",
"legendFormat": "{{app_name}}",
"legendFormat": "{{pod}}",
"refId": "A"
}
],
Expand Down

0 comments on commit 270dc52

Please sign in to comment.