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 system hardware dashboard health completely broken #42

Closed florianmulatz closed 3 years ago

florianmulatz commented 3 years ago

Shows "No data" or "N/A" on any graph / stat-panel

gloacai commented 3 years ago

This looks like this dashboard is a copy and paste of the flash array one. All the metrics it's looking for are flasharray ones (purefa_ vice purefb_). Digging at it more in current master branch flashblade_collector/flashblade_metrics/array_hardware_metrics.py needs a lot of love compared to the flasharray version since most of the metrics this dashboard is looking for isn't being exported yet.

gloacai commented 3 years ago

As said above, in general need to rework flashblade_collector/flashblade_metrics/array_hardware_metrics.py to expose more metrics.

Testing against Purity//FB3.1.4 (chassis, blades, power supplies, fabric modules) and reading https://purity-fb.readthedocs.io/en/latest/Hardware/

sdodsley commented 3 years ago

Resolved by #43