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

kafka_consumergroup_current_offset not show up #244

Closed
gcnote opened this issue Jul 29, 2021 · 10 comments · Fixed by #255
Closed

kafka_consumergroup_current_offset not show up #244

gcnote opened this issue Jul 29, 2021 · 10 comments · Fixed by #255

Comments

@gcnote
Copy link

gcnote commented Jul 29, 2021

kafka_exporter-1.3.1.linux-amd64.tar.gz,
kafka version is 2.4.1
the problem is: kafka_consumergroup_current_offset and kafka_consumergroup_lag not display in metrics page,
any suggest?

@jeessy2
Copy link

jeessy2 commented Aug 19, 2021

and me too

@psilos
Copy link

psilos commented Aug 19, 2021

we recently upgraded to Strimzi 0.22 and we are now facing the same issue. Any idea as to when this issue was introduced ? @gcnote did you have any luck in your investigation ?

@DerrekWoodworth
Copy link

@psilos and @gcnote have you all found anything? I am having the same issue. if you know the last working version I can see if it still works

@DerrekWoodworth
Copy link

@psilos and @gcnote I see this merged pr and it mentions breaking the lag. I'm going to try running this version tomorrow
#220

@danielqsj
Copy link
Owner

#255 has been merged and v1.3.2 has been released, please have a try.

@danielqsj
Copy link
Owner

V1.4.0 is released, the default behavior of consumer group offset is same as v1.3.0, please have a try.

@double-yaya
Copy link

I have the same issues,
kafka exporter: 1.4.2
kafka:2.8.1

@gcnote
Copy link
Author

gcnote commented Dec 29, 2021 via email

@CodeWithAdarsha
Copy link

Even I am also facing same issue , Not able to see any consumer group information in metric API , I can See all metric related topic , broker , partitions only issue while connection consumer having issue, Below is my logs

2022-10-27T06:53:38.534282962Z E1027 06:53:38.533990 1 kafka_exporter.go:438] Cannot get oldest offset of topic __consumer_offsets partition 12: dial tcp 127.0.0.1:9092: connect: connection refused 2022-10-27T06:53:38.539813964Z E1027 06:53:38.539226 1 kafka_exporter.go:426] Cannot get current offset of topic __consumer_offsets partition 13: dial tcp 127.0.0.1:9094: connect: connection refused 2022-10-27T06:53:38.544272406Z E1027 06:53:38.543964 1 kafka_exporter.go:438] Cannot get oldest offset of topic __consumer_offsets partition 13: dial tcp 127.0.0.1:9094: connect: connection refused 2022-10-27T06:53:38.549107986Z E1027 06:53:38.548931 1 kafka_exporter.go:426] Cannot get current offset of topic __consumer_offsets partition 14: dial tcp 127.0.0.1:9092: connect: connection refused 2022-10-27T06:53:38.555153677Z E1027 06:53:38.554910 1 kafka_exporter.go:438] Cannot get oldest offset of topic __consumer_offsets partition 14: dial tcp 127.0.0.1:9092: connect: connection refused 2022-10-27T06:53:38.557113683Z E1027 06:53:38.556874 1 kafka_exporter.go:552] Cannot get consumer group: dial tcp 127.0.0.1:9094: connect: connection refused 2022-10-27T06:53:38.558420789Z E1027 06:53:38.558012 1 kafka_exporter.go:552] Cannot get consumer group: dial tcp 127.0.0.1:9092: connect: connection refused

@gcnote
Copy link
Author

gcnote commented Oct 27, 2022 via email

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

Successfully merging a pull request may close this issue.

7 participants