Closed thijsc closed 8 years ago
I've opensourced the repo and added Travis configuration. Trying to get a green build in this pull.
There is something wonky going on with the values returned by process memory metrics. I think maybe Docker related? Will look into it. In the mean time this is ready for general review.
Cool! Have fun at Railsconf!
All the Measurement structs look awefully familiar, apart fromt there being singular an plural variants. Maybe it's an idea to make it a generic struct? I can imagine that might be useful when using the library higher up.
I was trying to do that, but could not find a way where it's actually less code. Do take a stab at it if you like :-).
Yay, green build
:cake:
Pretty big airplane pull. I implemented disk stats in a slightly nicer way than some of the other probes. I've then refactored the other ones to bring them in line with this structure.