-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Expected metrics from Kafka is not Shown #22935
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hi @crobert-1 , I am trying to collect the metrics data from a specific topic. For instance, in a topic there are "field A", "field B", and "field C", I would like to get the field and value from the topic. Thank you. Best Regards, |
Hello @ericashi, I was able to take another look at this, the There's a list of metrics exposed here, with some topic metrics for producers and consumers. Do any of these fit your use case? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
receiver/kafkametrics
What happened?
Description
I am trying to get metrics from a Kafka Instance. When I looked at the metrics collected, it only shows the properties of the Topics and not the metrics of the Topics.
Steps to Reproduce
Configure the .yaml configuration file, then run the .yaml configuration file using the otelcol-contrib binary.
Please refer to the "OpenTelemetry Collector configuration" section for the configurations.
Expected Result
A set of metrics from a specific topics.
Sample metrics expected:
Actual Result
I got a set of metrics which is considered as the properties of the topics.
Sample metrics gotten:
Collector version
v0.77.0
Environment information
Environment
OS: x86-64_linux_4.12_ImageSLES12SP5
OpenTelemetry Collector configuration
Log output
No response
Additional context
May I know if I have configured correctly, please?
How can I configure to get the metrics that I am expecting, please?
Thank you.
The text was updated successfully, but these errors were encountered: