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

Export network interface metrics #35

Closed rickhlx closed 3 years ago

rickhlx commented 3 years ago

Would be nice to obtain metrics for all network interfaces.

From the REST API doc:

received_bytes_per_sec - number of bytes received per second. received_packets_per_sec - number of packets received per second. transmitted_bytes_per_sec - number of bytes transmitted per second. transmitted_packets_per_sec - number of packets transmitted per second. total_errors_per_sec - total number of received packets and transmitted packets per second with errors.

rickhlx commented 3 years ago

Closed by https://github.com/PureStorage-OpenConnect/pure-exporter/pull/39

rickhlx commented 3 years ago

Can we get a new version of the exporter published to docker hub? @genegr ? Thank you!