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

Expose total array capacity. #34

Closed zleinweber closed 3 years ago

zleinweber commented 3 years ago

The current purefb_array_space_bytes metrics only show consumed space. In order to get space utilization as a percentage was also need total capacity as a metric. This adds the purefb_array_capacity_bytes metrics which makes this metric available.

This closes #33