Skip to content

Commit b468e92

Browse files
committed
Update metric name in grafana dashboard
This should fix the servers per user and number of servers days per user graphs so that they work out of the box.
1 parent b3b11f9 commit b468e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cron/grafana_dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
"error": "",
408408
"group": true,
409409
"hide": false,
410-
"metric": "os_capacity.usage.count",
410+
"metric": "os_capacity.usage.user.count",
411411
"period": "300",
412412
"refId": "A"
413413
}
@@ -502,7 +502,7 @@
502502
],
503503
"error": "",
504504
"group": true,
505-
"metric": "os_capacity.usage.days.count",
505+
"metric": "os_capacity.usage.user.days.count",
506506
"period": "300",
507507
"refId": "A"
508508
}

0 commit comments

Comments
 (0)