Host details dashboard in grafana is almost empty
Bug #1982910 reported by
Yoshi Kadokawa
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph Dashboard Charm |
In Progress
|
Undecided
|
Yoshi Kadokawa |
Bug Description
Host details dashboard in Grafana shows only empty graphs due to empty Hostname.
The Hostname variable tries to list hostnames by crawling this metric, node_scrape_
However, this metric is not collected, and I guess this is expected to be collected via node-exporter.
A quick workaround is to update the query to the one that is used in Telegraf Host Metrics (by-host).
Query: system_load1
Regex: .*host="([^"]+)".*$
Follow-up bug:
https:/
description: | updated |
Changed in charm-ceph-dashboard: | |
status: | New → In Progress |
assignee: | nobody → Yoshi Kadokawa (yoshikadokawa) |
To post a comment you must log in.
Attached is the bundle that reproduces the issue.