You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
If consuming a message blocks (eg due to the index being locked or writeQueue is full), then we dont consume from the ticker until after we become unblocked. This can leave us with long periods with no insight into how far behind an MT node is falling behind.
https://github.com/grafana/metrictank/blob/master/input/kafkamdm/kafkamdm.go#L312-L326
If consuming a message blocks (eg due to the index being locked or writeQueue is full), then we dont consume from the ticker until after we become unblocked. This can leave us with long periods with no insight into how far behind an MT node is falling behind.