https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288074
--- Comment #2 from Alan Somers <[email protected]> --- That sysctl has an opaque format. It can't be turned into a single double-precision float, which is what Prometheus needs. That's why prometheus_sysctl_exporter skips it. If you want to have that information in Prometheus, you'll either need to write a custom exporter, or replace the sysctl with several new ones, one per state. -- You are receiving this mail because: You are the assignee for the bug.
