Fix "Total objects"

master
Vitaliy Filippov 2020-08-03 17:12:15 +03:00
parent 323b4dfc7d
commit a457b9c2af
1 changed files with 1 additions and 1 deletions

View File

@ -1901,7 +1901,7 @@
"steppedLine": false,
"targets": [
{
"expr": "ceph_cluster_total_objects{job=\"$job\"}",
"expr": "sum(ceph_pool_objects{job=\"$job\"})",
"format": "time_series",
"interval": "$interval",
"intervalFactor": 1,