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 has been archived by the owner on Mar 17, 2024. It is now read-only.
As mentioned in #66, instead of only collecting topic metrics for topic partitions with an active consumer, sometimes it is important to collect metrics for topics without an active consumer, so that unconsumed partition alerts can be generated.
The text was updated successfully, but these errors were encountered:
@seglo I would like to generate alerts for new messages in dead letter queues.
I initially thought I could do that based on the difference of kafka_partition_earliest_offset and kafka_partition_latest_offset, but then realized that they aren't reported because my dead letter queues don't have consumers.
Is there an easier approach for generating alerts like that? Otherwise I would be in favor of having the functionality described above.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As mentioned in #66, instead of only collecting topic metrics for topic partitions with an active consumer, sometimes it is important to collect metrics for topics without an active consumer, so that unconsumed partition alerts can be generated.
The text was updated successfully, but these errors were encountered: