Tobias Schmidt

Results 40 comments of Tobias Schmidt

I'm not sold on the idea of using https://github.com/ghodss/yaml yet. The premise of the blog post is "if you support both json and yaml, here is a way to skip...

Adding some recently active developers working on forks: @intratec @loop-recur @dimitris444 @stuartnelson3 @ripjar

Hah, missed this ticket here. I reported the issue in psutil: https://github.com/giampaolo/psutil/issues/2049 It appears that https://github.com/giampaolo/psutil/pull/1852 implemented caching and might have changed the behavior by that.

Thanks for the information @mjtrangoni. I took the liberty to rename the issue a bit. There is no support for offline CPUs availble in this procfs library at the moment....

Thanks for the clarification @mjtrangoni, my bad, I had missed that the node_exporter uses procfs by now. In either case, I don't think that the procfs library does anything wrong...

You're right, we're currently exposing an array with zero value `CPUStat` types for offline CPUs. It was an oversight from my side (I wasn't thinking of offline CPUs). I don't...

So we removed it as the necessary cgo dependency forced too much overhead in crossbuilds. Could we come up with a simple solution here, like defining the constant in per...

I should have said `per operating system files`. It seems SmartOS will just be recognized as `Solaris` in golang, and I don't know whether all Solaris variants use USER_HZ=1000. We...

Oh, now I see the issue I guess. From the perspective of the program running in the LX zone, the OS will be Linux. I'm very hesitant of introducing a...

Happy to review a PR to support go modules, if it's simple. For everything more involved I'd wait until go modules have matured.