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

Replication follow in prometheus #15

Closed ligerard closed 1 year ago

ligerard commented 4 years ago

Hi, I look for a solution to get replication activity on flasharray like on graphical vue. I'd like to put it in prometheus to get alert when we have problem image

genegr commented 4 years ago

Hi, is that for mirrored write, I guess. In that case there is a specific set of Prometheus metrics:

purefa_mirror_write_latency_usec purefa_mirror_write_iops purefa_mirror_write_bytes

so you could define a threshold for the alertmanager on any of those.

ligerard commented 4 years ago

Hi , Since you recent update, i use these metrics for active cluster But i look disponibility and RPO on asynchronous replication (snapshots on a 3rd distance bay)

Le sam. 28 mars 2020 à 19:16, Eugenio Grosso notifications@github.com a écrit :

Hi, is that for mirrored write, I guess. In that case there is a specific set of Prometheus metrics:

purefa_mirror_write_latency_usec purefa_mirror_write_iops purefa_mirror_write_bytes

so you could define a threshold for the alertmanager on any of those.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PureStorage-OpenConnect/pure-exporter/issues/15#issuecomment-605498862, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALANYGR6ZGHBDHQLZ3SVTKDRJY5GXANCNFSM4LOOPRDA .

genegr commented 4 years ago

The data that is rendered in the async replication graphs is not available by the REST API, so I am now looking at the possibility to access that through the specific endpoint used by the UI. It shouldn't be a difficult thing, the only problem I could see is the future maintenance of the code because of the lack of a "standard" interface.

sdodsley commented 1 year ago

pure-exporter deprecated as noted in README