Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jul 2025 19:55:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 288074] prometheus_sysctl_exporter missing 'net.inet.tcp.states'
Message-ID:  <bug-288074-227-ycM4DVK2CG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-288074-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-288074-227-ycM4DVK2CG>