[Bug 288074] prometheus_sysctl_exporter missing 'net.inet.tcp.states'
Date: Mon, 07 Jul 2025 20:45:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288074
--- Comment #3 from Anton Saietskii <vsasjason@gmail.com> ---
(In reply to Alan Somers from comment #2)
Yeah, I realized that... BTW, node_exporter's sysctl collector (which is
shamely isn't supported on FreeBSD) can into such sysctls:
> A sysctl can contain multiple values, for example:
> net.ipv4.tcp_rmem = 4096 131072 6291456
> Using --collector.sysctl.include=net.ipv4.tcp_rmem the collector will expose:
> node_sysctl_net_ipv4_tcp_rmem{index="0"} 4096
> node_sysctl_net_ipv4_tcp_rmem{index="1"} 131072
> node_sysctl_net_ipv4_tcp_rmem{index="2"} 6291456
Perhaps we could do something similar?
--
You are receiving this mail because:
You are the assignee for the bug.