HewlettPackard / lustre_exporter

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

Remove support for errors that won't happen #99

Closed joehandzik closed 7 years ago

joehandzik commented 7 years ago

This is not to say that it's not possible at all for something to go wrong and require that we re-add them at some point, but as the code is currently written, these error return values would never actually be something other than nil.

Signed-Off-By: Joe Handzik joseph.t.handzik@hpe.com