]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
dashboard: Resolve FQDN / hostname mismatch in hosts overview panel
authorKristoffer Grönlund <kgronlund@suse.com>
Thu, 26 Mar 2020 19:38:04 +0000 (20:38 +0100)
committerKristoffer Grönlund <kgronlund@suse.com>
Fri, 27 Mar 2020 11:33:09 +0000 (12:33 +0100)
commit136d21e21dc3c05ec8c586a47eed1904ffbda578
tree2a11c3f4b2da6866efe9cfbc8d33a80913904c3c
parent8b61b8d3d781b9d762098cf45b41b596a32509ab
dashboard: Resolve FQDN / hostname mismatch in hosts overview panel

In the AVG Disk Utilization panel, the result is calculated
by combining the output of node_disk_io_time_seconds_total
with the output of ceph_disk_occupation. However, the
first vector encodes the instance label with the full FQDN
while the ceph label only contains the hostname:port. In
order for these to match correctly, the domain name and port
has to be stripped from the labels.

Fixes: https://tracker.ceph.com/issues/44784
Signed-off-by: Kristoffer Grönlund <kgronlund@suse.com>
monitoring/grafana/dashboards/hosts-overview.json