HewlettPackard / lustre_exporter

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

Convert internal representations to floating point values #111

Closed joehandzik closed 7 years ago

joehandzik commented 7 years ago

As pointed out in issue #110, there are still cases where we haven't seen non-whole number outputs where we still could see them. So, we should rewrite as much of the internal code as possible to be floating point right off the bat, instead of converting later for Prometheus.

roclark commented 7 years ago

Fixed with the merging of #112