Skip to content

Commit 2fe2347

Browse files
authored
Merge pull request #30 from Roasbeef/better-cpu-usage
dashboards: more accurate CPU usage for the perf dashboard
2 parents 5a65628 + 99d97d7 commit 2fe2347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana/provisioning/dashboards/perf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"steppedLine": false,
5757
"targets": [
5858
{
59-
"expr": "irate(process_cpu_seconds_total{job=\"lnd\"}[5m])*10",
59+
"expr": "irate(process_cpu_seconds_total{job=\"lnd\"}[1m])",
6060
"format": "time_series",
6161
"intervalFactor": 1,
6262
"legendFormat": "cpu_usage",

0 commit comments

Comments
 (0)