HewlettPackard / lustre_exporter

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

Update Lustre test data and fix metrics for 2.10.1 #130

Closed joehandzik closed 6 years ago

joehandzik commented 6 years ago

Multiple parts here:

  1. Update all procfs files based on a running Lustre 2.10.1 cluster.
  2. Update our testing mocks to expect metrics that match the 2.10.1 data.
  3. Fix our exporter to match the 2.10.1 mocks.

The change set breaks at least ten or so metrics across the MGS, MDS, and generic metric categories. We view this as acceptable, since we have tagged 1.x versions that should work correctly with that data.

joehandzik commented 6 years ago

@roclark Fixed the test line and added an update to the README for the new health flag. Everything should be good to go!