HewlettPackard / lustre_exporter

Prometheus exporter for use with the Lustre parallel filesystem
Apache License 2.0
34 stars 51 forks source link

Skip empty jobstats #71

Closed roclark closed 7 years ago

roclark commented 7 years ago

In some situations, a metric that is being queried by the lustre_exporter might not be tracked in the job_stats file and can cause GO to panic. This update skips over any metrics that don't provide valid responses.

Signed-Off-By: Robert Clark robert.d.clark@hpe.com

joehandzik commented 7 years ago

Rodger, Rodger.