Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Add option to always collect metrics for all topics #71

Closed
graphex opened this issue Sep 21, 2019 · 3 comments
Closed

Add option to always collect metrics for all topics #71

graphex opened this issue Sep 21, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@graphex
Copy link
Contributor

graphex commented Sep 21, 2019

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.

@seglo
Copy link
Owner

seglo commented Sep 21, 2019

Good idea.

@seglo seglo added the enhancement New feature or request label Sep 21, 2019
@seglo
Copy link
Owner

seglo commented Oct 30, 2022

Please leave a comment if anyone is interested in picking this up.

@seglo seglo closed this as completed Oct 30, 2022
@KarstenWintermann
Copy link

KarstenWintermann commented Nov 10, 2023

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants