-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kafka exporter: kafka_consumergroup_lag #437
Comments
The same for me. |
I have the same question. |
I also experienced high lag spikes where summarized lag of single consumers toggle between 500 and 0 while topic receives ~20 messages per minute. |
I have same problem. 🤔 |
How is this not given a priority yet? This causes issues in production and breaks Kubernetes HPA because it does not handle negative metric values when calculating the replica count. |
How is this an issue with the Kafka Exporter? This is a metric your Kafka cluster is coming up with, in turn read by the Kafka Exporter. |
Same problem here |
@danielqsj Could you please take a look on this. |
I think the issue is because of we are checking for partition offset and storing it before we are calculating consumer group lag. So it might be the case that at the time of calculating consumer group lag, the consumer group offset, and partition offsets are increased. but for partition offset we are still picking old values. Here is the PR #466 |
Kafka exporter Version 1.6
Kafka Cluster 8 brokers
topic with 8 partition.
Question:
The text was updated successfully, but these errors were encountered: