fis / nano-exporter

A minimalistic exporter of node metrics for the Prometheus monitoring system.
Apache License 2.0
6 stars 2 forks source link

Include newline as delimiter when splitting /proc/diskstats. #6

Closed fis closed 5 years ago

fis commented 5 years ago

Fixes #5.

Splitting by space only caused the newline to end up as part of the last column, which was then ignored since the newline was considered trailing non-numeric data when parsing the value.