PureStorage-OpenConnect / pure-exporter

Prometheus exporter for Pure Storage FlashArray and FlashBlade. DEPRECATED IN FAVOR OF FA AND FB OPENMETRICS EXPORTERS
Apache License 2.0
29 stars 20 forks source link

Pure Storage FlashBlade storage usage dashboard does not show any/correct values #41

Closed florianmulatz closed 3 years ago

florianmulatz commented 3 years ago

image

florianmulatz commented 3 years ago

same for storage usage detail

gloacai commented 3 years ago

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.

gloacai commented 3 years ago

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.

sdodsley commented 3 years ago

Resolved by #43