Lars
Lars
A few more changes that I have been sitting on for way too long now. Unfortunately they are all in the same branch and (semi-)depend on each other – if...
We noticed that fluent-bit’s prometheus remote_write output plugin was silently dropping some, but not all, process_exporter metrics after about one hour while the stdout output plugin was still showing metrics...
# Bug Description `Client.loop_stop` expects that `self._thread` stays valid, but `_thread_main` unsets `self._thread` after exiting, causing a race-condition: ```bash $ python3 test.py Traceback (most recent call last): File "test.py", line...