Searched hist:"8 ff2b52241400f2b5c2287b91e6e12b97ffd5773" (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/prometheus_sysctl_exporter/ |
H A D | prometheus_sysctl_exporter.8 | diff 8ff2b52241400f2b5c2287b91e6e12b97ffd5773 Fri Oct 08 03:00:27 CEST 2021 Robert Wing <rew@FreeBSD.org> prometheus_sysctl_exporter(8): filter output using a regex
Add two options, -i and -e, for filtering prometheus metrics.
Each option takes a regular expression as an argument. The provided regex will be tested against the prometheus metric name.
The -i option includes metrics matching the given regex. The -e option excludes metrics matching the given regex.
Sponsored by: Modirum MDPay Sponsored by: Klara Inc. Reviewed by: 0mp, debdrup Differential Revision: https://reviews.freebsd.org/D32269
|
H A D | prometheus_sysctl_exporter.c | diff 8ff2b52241400f2b5c2287b91e6e12b97ffd5773 Fri Oct 08 03:00:27 CEST 2021 Robert Wing <rew@FreeBSD.org> prometheus_sysctl_exporter(8): filter output using a regex
Add two options, -i and -e, for filtering prometheus metrics.
Each option takes a regular expression as an argument. The provided regex will be tested against the prometheus metric name.
The -i option includes metrics matching the given regex. The -e option excludes metrics matching the given regex.
Sponsored by: Modirum MDPay Sponsored by: Klara Inc. Reviewed by: 0mp, debdrup Differential Revision: https://reviews.freebsd.org/D32269
|