Skip to content

Commit

Permalink
Merge pull request #30 from Roasbeef/better-cpu-usage
Browse files Browse the repository at this point in the history
dashboards: more accurate CPU usage for the perf dashboard
  • Loading branch information
Roasbeef authored Aug 7, 2019
2 parents 5a65628 + 99d97d7 commit 2fe2347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/provisioning/dashboards/perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"steppedLine": false,
"targets": [
{
"expr": "irate(process_cpu_seconds_total{job=\"lnd\"}[5m])*10",
"expr": "irate(process_cpu_seconds_total{job=\"lnd\"}[1m])",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "cpu_usage",
Expand Down

0 comments on commit 2fe2347

Please sign in to comment.