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

FlashBlade Array Space Metrics only shows used space and does not show total capacity #33

Closed zleinweber closed 3 years ago

zleinweber commented 3 years ago

The exported FlashBlade array space metrics shows currently used space for:

This is good. But, if we want to calculate total utilization as a percentage of available capacity we also need to know the raw capacity of the array. However, as far as I can tell the array capacity is not currently exported. It would be real nice to have this as an exported metric.

I can submit a PR for this!