Daniel Swarbrick

Results 298 comments of Daniel Swarbrick

Firstly, task stats have been removed completely from BIND 9.19, so if I were in your shoes, I would simply disable the collection of task stats with `--bind.stats-groups=server,view`. Secondly, the...

@mdavids @pedrocrc Both of you specify your BIND version, but neither of you specify your _bind_exporter_ version. Handling negative values for the "quantum" item of tasks was fixed in #166....

@volker-raschek As you can see in the comment just before yours: > Handling negative values for the "quantum" item of tasks was fixed in #166. That PR was included in...

@mdavids Please close this issue if you consider it has been resolved by upgrading.

Any code that adds new functionality for parsing procfs / sysfs ought to be added to https://github.com/prometheus/procfs. There you will also find helper functions for reading / parsing files, so...

> are you happy with using a popular library such as https://github.com/jaypipes/ghw? I am not a maintainer of this project, merely an occasional contributor, so I cannot make that decision....

The pprof SVG appears to be truncated, and only shows the collection taking 1.84s (which is admittedly still kinda slow). I can't think of a reason off the top of...

@maxime1907 Strange, clicking on the SVG images still shows them truncated. I can save the first one locally and it appears complete when I open the locally saved copy. If...

@maxime1907 Can you also try running node_exporter with `--log.level debug` and pasting the arp collector execution time, with and without netlink enabled, e.g. ``` ts=2024-09-23T11:33:33.678Z caller=collector.go:173 level=debug msg="collector succeeded" name=arp...

Ok, on a small test system with half a dozen ARP entries, I see that the netlink method is measurably slower: ``` $ go run node_exporter.go --log.level=debug --collector.disable-defaults --collector.arp 2>&1...