PureStorage-OpenConnect / pure-fa-openmetrics-exporter

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

Purefa Exporter Status Metric #45

Closed marcusteixeira closed 1 year ago

marcusteixeira commented 1 year ago

It would be important for the exporter to have a status metric, which shows whether the exporter is successfully collecting the metrics or not.

Very efficient in the case of an alert engine, for notification in case of loss of visibility.

Example: purefa_exporter_status (0(down) or 1(up)

chrroberts-pure commented 1 year ago

purefa_info could be used as a litmus test for this.

We provide purefa_info on every endpoint.

So if you're not receiving purefa_info, you're not collecting metrics. The exporter should send back something other than a 200 response to the requester if the array can't be contacted.

github-actions[bot] commented 1 year ago

Stale issue message