Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2021 12:30:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253862] prometheus_sysctl_exporter outputs invalid format
Message-ID:  <bug-253862-227-YkW8BQ0uaU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253862-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253862-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253862

--- Comment #2 from Paul Holmanskikh <freebsd@pkholm.com> ---
Root cause is that default "sysctl" entries name conversion method when "."=
 are
replaced by "-" causes metric name clash for=20

vm.uma.tcp_log_bucket.size
vm.uma.tcp_log.bucket_size

I do not see any good solution for it.=20
Meanwhile workaround is to remove both metrics by running=20

/usr/bin/sed -I "" '/sysctl_vm_uma_tcp_log_bucket_size .*$/d' filename.

against prometheus_sysctl_exporter output file.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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