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

Seeing multiple login sessions when running the FA collector #17

Closed vishpat closed 4 years ago

vishpat commented 4 years ago

While running the FlashArray collector, we saw the following alert for our array

REST server is under the risk of becoming unresponsive

This is because the FlashArray collector caused multiple login sessions on the array.

vishpat commented 4 years ago

I have opened a pull request 16 with a possible fix for the issue.

sdodsley commented 4 years ago

@vishpat please sign the Pure Storage CLA before your PR can be assessed

genegr commented 4 years ago

Added the correct FlashArray session termination when the exporter object is deleted.