intelsdi-x / snap-plugin-collector-disk

Collects Linux disk metrics from /proc/diskstats
http://snap-telemetry.io/
Apache License 2.0
4 stars 23 forks source link

Added conversion to float for metric output #13

Closed thomastaylor312 closed 8 years ago

thomastaylor312 commented 8 years ago

This fixes a bug that was found in this issue. The first collection of data was returning uint64 instead of float64 and this caused issues with Influx DB thinking they were different types.

cc @intelsdi-x/plugin-maintainers

thomastaylor312 commented 8 years ago

@felipewd This is the PR that will solve the problem you were seeing

felipewd commented 8 years ago

Thanks, if works perfectly! :)

IRCody commented 8 years ago

LGTM