[Bug 288074] prometheus_sysctl_exporter missing 'net.inet.tcp.states'
Date: Mon, 07 Jul 2025 19:55:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288074 --- Comment #2 from Alan Somers <asomers@FreeBSD.org> --- 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.