David Heinrich
David Heinrich
This issue has another side effect: It pollutes the "unroutable messages" metrics. The counter is increased for every delayed message that is sent. See https://github.com/rabbitmq/rabbitmq-prometheus/blob/master/metrics.md ________________________________ From: jarodriguez-itsoft ***@***.***> Sent:...
This should also fix #163 as far as I understand.
Most likely not related to the original issue, but I also spotted missing events: https://github.com/opsgenie/kubernetes-event-exporter/issues/163
Got the same problem multiple times a day since updating to 0.19.0. The CPU collector also fails. We were running 0.16.0 before and never experienced this issue. ``` {"source":"windows_exporter","channel":"Application","computer":"prod-00000X","event_id":102,"level":2,"levelText":"Error","opCodeText":"Info","keywords":"Classic","timeCreated":"2022-09-22T19:31:49.816165100Z","eventRecordID":1003,"message":"collector iis...
Thanks for the info. Unfortunately I can't reproduce this currently. It was only happening on a single vm. The error was resolved by rebooting the instance in question.

Ran into the same issue. Looks like a missing volume mapping / mount point. This can be fixed with the following configuration for example: ``` tableManager: enabled: true replicas: 1...
This feature is on my wish list, too. I haven't seen that anyone has solved this previously. There were some discussions in different projects, but nobody really implemented a working...
Hi @ivanmatmati . All headers combined are a little bit over 4KB. The largest one is the "Cookie" header with around 3.5KB.
The "Cache Hit Rate" panel has the same issue: ```pg_stat_database_blks_hit{instance="$instance", datname=~"$datname"} / (pg_stat_database_blks_read{instance="$instance", datname=~"$datname"} + pg_stat_database_blks_hit{instance="$instance", datname=~"$datname"})```