On 9/28/21 17:27, Bastian Tweddell wrote:
Michael Ströder wrote:
I'm adapting my mtail program for log-based slapd metrics for release 2.5.
2.5 introduces qtime= and etime= in RESULT lines. Great!
I could easily grab histogram metrics for both but that doubles time-series data in Prometheus.
So I wonder what's the difference? Is it worth to always look at both?
We are using prometheus, too. Would you be so kind to share some information about mtail?
https://github.com/google/mtail
Æ-DIR's mtail prog for OpenLDAP 2.5:
https://gitlab.com/ae-dir/ansible-ae-dir-server/-/blob/master/templates/mtai...
Examples for various other services:
https://github.com/google/mtail/tree/master/examples
Make sure to clean up your logging config first and avoid parsing loops.
Ciao, Michael.