Skip to content
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

Metrics Do Not Return Consumer Group Lag Time #22

Closed
noyceguy opened this issue Mar 21, 2018 · 5 comments
Closed

Metrics Do Not Return Consumer Group Lag Time #22

noyceguy opened this issue Mar 21, 2018 · 5 comments

Comments

@noyceguy
Copy link

Hello,

My team really loves this project and we are very thankful that you wrote this.

We are seeing one slight issue where the exporter is not reporting on Consumer Group Lag Time.
Here are the metrics we are not seeing:

kafka_consumergroup_lag
kafka_consumergroup_current_offset

All of the other metrics listed in the README have been observed.

We are running this on Kubernetes 1.7 using the Docker image found in the documentation:
https://hub.docker.com/r/danielqsj/kafka-exporter/

Here is the version of the image that we are using:
danielqsj/kafka-exporter:1.0.1

The version of Kafka that we are using is 0.10.0.1.
We also tried an updated version of Kafka, at version 0.10.1.0 and still encountered the same issues.

Here is the command we are running when starting the container:

/bin/kafka_exporter --kafka.server=host1:9092 --kafka.server=host2:9092 --kafka.server=host3:9092 --log.enable-sarama --log.level=debug --topic.filter=(topic1|topic2)

We appreciate you taking a look into this issue, please let us know if we can provide any additional diagnostic information to solve this.

Thank You,
Matt

@kloba
Copy link

kloba commented Apr 5, 2018

I am having the same problem on Kafka 1.0.1 (danielqsj/kafka-exporter:1.0.1).

@danielqsj
Copy link
Owner

@RecursiveLooper1992 @kloba Could you provide detailed logs?

@danielqsj
Copy link
Owner

@RecursiveLooper1992 @kloba
v1.1.0 is released. Please try new image.

@noyceguy
Copy link
Author

noyceguy commented May 3, 2018

It works! Thank you!

@danielqsj
Copy link
Owner

@RecursiveLooper1992 Glad to hear it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants