Closed florianmulatz closed 3 years ago
same for storage usage detail
Looks like they split the capacity dimension into its own separate metric to map up to the rest api response; looking at the links below space
is a different structure that capacity is not part of.
https://purity-fb.readthedocs.io/en/latest/ArraySpace/ https://purity-fb.readthedocs.io/en/latest/Space/
I'm slowly replacing all instances of purefb_array_space_bytes{job=~"$job",instance=~"$instance",dimension="capacity"}
with purefb_array_capacity_bytes{job=~"$job",instance=~"$instance"}
in my local copies of these dashboards.
I'm not sure if that's the cause of all the missing data yet but it's definitely the first 3 I've checked on storage detail dashboard so far.
May also be an issue for you. I'm using Grafana 7.0.6. I see that in the .json files they're referencing an input called DS_PROMETHEUS and some of the panels are using it for their datasource
; this doesn't work for me and results in an empty panel.
sed'ing the file to change all instances of ${DS_PROMETHEUS}
to $datasource
is getting more to display for me.
Now to figure out the why I'm not getting some iops metrics displaying but that's a different dashboard.
Resolved by #43