Daniel Swarbrick

Results 298 comments of Daniel Swarbrick

It would probably be pretty trivial to enhance go-xentop to optionally use sudo to call xentop, to avoid running the exporter as root. Is there no way of getting machine-readable...

The crux of the issue is that Prometheus only stores "non-null" samples. So if the exporter or textfile collector doesn't expose a value (even a _zero_ value) for a particular...

Grafana has a community site for sharing dashboards at https://grafana.com/grafana/dashboards/

@copolycube Yes, you need a Grafana account - but AFAIK, the "free forever cloud" account type should be sufficient.

This appears to have been implemented in the meantime. ``` $ node_exporter --web.listen-address 127.0.0.1:9111 --web.listen-address 192.168.1.6:9111 ... ts=2023-04-02T15:56:59.154Z caller=tls_config.go:232 level=info msg="Listening on" address=192.168.1.6:9111 ts=2023-04-02T15:56:59.154Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false...

> Ok, I made some improvements to the look. Can we maybe embed some minimal CSS to use a sans-serif font, so that it looks a bit more modern?

> It's just if at some point we want that involved javascript for example we should go with React. Please keep in mind the difficulty of packaging some transpiled web...

I'm just going to add this from the bind9 source `lib/dns/include/dns/stats.h`: ```c /*% * Traffic size statistics, according to RSSAC002 section 2.4 * https://www.icann.org/en/system/files/files/rssac-002-measurements-root-20nov14-en.pdf * * The RSSAC002 linear bucketing...

For this PR to be considered, commits need to be signed off, CI tests need to pass, and (obviously) merge conflicts need to be resolved.

Closing due to inactivity and unresolved merge conflicts.