XIN JIA
XIN JIA
Hi, This is a great library! While I'm playing with it, I found that `EncodeToNodeContext` doesn't respect CommentMap option. However from following code, it seems the comments also encoded into...
This is related to https://github.com/prometheus/procfs/pull/438. We have a case that some of the CPU (threads) are offline intentionally. But due to procfs is returning interpolated values, which makes our cpu...
We have a case that some of the cpu (threads) are offline intentionally (see lscpu below), procfs will "interpolate" those offline values. This patch made the /proc/stat parsing with the...