PureStorage-OpenConnect / pure-fa-openmetrics-exporter

Pure Storage OpenMetrics exporter for FlashArray
Apache License 2.0
20 stars 26 forks source link

[new metrics proposal] Volume snapshot metrics #128

Closed BadrZef closed 7 months ago

BadrZef commented 7 months ago

Can we have list of volume snapshots and maybe transfer statistics ? The metrics are available on Rest API

image

image

sdodsley commented 7 months ago

@BadrZef whilst these statistics are available, we have to be aware of the amount of time it can take to generate a full list of snapshots on arrays with the transfer data. Imagine a fully populated array with thousands of snapshots (yes, we do see those), the time for the response is prohibitive and would potentially lead to missed data depending on the polling interval of open metrics client. We do offer other toolsets for getting this information from FlashArrays, specifically, Pure's FlashArray Ansible Collection when the purefa_info module, utilising the snapshots subset will provide this information in JSON format.