https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288074
Bug ID: 288074
Summary: prometheus_sysctl_exporter missing
'net.inet.tcp.states'
Product: Base System
Version: 14.2-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Since node_exporter doesn't have usable TCP connection stats collector on
FreeBSD, I decided to look into sysctl:
$ sysctl net.inet.tcp.states ; sysctl -a | grep 'net.inet.tcp.states'
net.inet.tcp.states: 0 10 0 1 112 1 2 0 6 0 25
net.inet.tcp.states: 0 10 0 2 112 2 2 0 4 0 25
However, prometheus_sysctl_exporter(8) doesn't return metric from this OID:
$ prometheus_sysctl_exporter -d | egrep '^sysctl_net_inet_tcp_st' | wc -l
0
$
Perhaps I'm missing something obvious?
--
You are receiving this mail because:
You are the assignee for the bug.