feat: add kafka metrics exporter#3158
Merged
Merged
Conversation
Contributor
Author
|
Original Request: #3139 |
53f1b93 to
e251856
Compare
cyrille-leclerc
previously requested changes
Mar 25, 2026
Member
cyrille-leclerc
left a comment
There was a problem hiding this comment.
Thank you for your proposal.
Please review question:
e0a9153 to
ac87f9a
Compare
Contributor
Author
|
@cyrille-leclerc After some testing, I've gone with the |
ac87f9a to
0b804d8
Compare
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
0b804d8 to
8815c72
Compare
Member
|
Thanks! I'll test ASAP |
julianocosta89
approved these changes
Apr 3, 2026
PR was updated to use Collector kafkametrics receiver
Member
Member
|
I understand the bug, let me push a fix |
fali007
pushed a commit
to fali007/opentelemetry-demo
that referenced
this pull request
May 31, 2026
* feat: add kafka metrics exporter Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com> * chore: update lint Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com> * chore: update CHANGELOG Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com> * feat: switch to using kafkametricsreceiver Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com> --------- Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Changes
This PR adds the Kafka metrics exporter to bring in more Prometheus metrics from Kafka.
Merge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.mdupdated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.