Skip to content

Commit

Permalink
Switch from per Core to Total CPU graph
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 28, 2016
1 parent f60cf66 commit 0f9c759
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grafana/monitor_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(container_cpu_user_seconds_total{container_label_org_label_schema_group=\"monitoring\"}[1m])) by (name)",
"expr": "sum(rate(container_cpu_user_seconds_total{container_label_org_label_schema_group=\"monitoring\"}[1m]) * 100 / count_scalar(node_cpu{mode=\"user\"})) by (name)",
"intervalFactor": 10,
"legendFormat": "{{ name }}",
"refId": "A",
Expand All @@ -392,7 +392,7 @@
],
"timeFrom": null,
"timeShift": null,
"title": "Container CPU Cores Usage",
"title": "Container CPU Usage",
"tooltip": {
"msResolution": true,
"shared": true,
Expand All @@ -405,7 +405,7 @@
},
"yaxes": [
{
"format": "percentunit",
"format": "percent",
"label": null,
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -963,7 +963,7 @@
},
"refresh": "10s",
"schemaVersion": 12,
"version": 11,
"version": 14,
"links": [],
"gnetId": null
}
}

0 comments on commit 0f9c759

Please sign in to comment.