Skip to content

Commit

Permalink
Merge pull request #35884 from rhcs-dashboard/wip-46312-nautilus
Browse files Browse the repository at this point in the history
nautilus: mgr/dashboard: Prometheus query error in the metrics of Pools, OSDs and RBD images

Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Patrick Seidensal <pnawracay@suse.com>
  • Loading branch information
Lenz Grimmer committed Jul 6, 2020
2 parents 120f482 + 126b838 commit e7c0c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitoring/grafana/dashboards/osds-overview.json
Expand Up @@ -431,7 +431,7 @@
"strokeWidth": 1,
"targets": [
{
"expr": "count by(device_class) (ceph_osd_metadata)",
"expr": "count by (device_class) (ceph_osd_metadata)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{device_class}}",
Expand Down
2 changes: 1 addition & 1 deletion monitoring/grafana/dashboards/rbd-overview.json
Expand Up @@ -416,7 +416,7 @@
],
"targets": [
{
"expr": "topk(10, (sort((irate(ceph_rbd_write_ops[30s]) + on(image, pool, namespace) irate(ceph_rbd_read_ops[30s])))))",
"expr": "topk(10, (sort((irate(ceph_rbd_write_ops[30s]) + on (image, pool, namespace) irate(ceph_rbd_read_ops[30s])))))",
"format": "table",
"instant": true,
"intervalFactor": 1,
Expand Down

0 comments on commit e7c0c8c

Please sign in to comment.