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

Unable to get consumer and producer metrics #25

Open
cli2s opened this issue Dec 5, 2017 · 0 comments
Open

Unable to get consumer and producer metrics #25

cli2s opened this issue Dec 5, 2017 · 0 comments

Comments

@cli2s
Copy link

cli2s commented Dec 5, 2017

I'm attempting to use the latest version of kafka-statsd-metrics2(0.5.2) with my kafka 0.9.0.0.I added the code below to my kafka server.properties and started up zookeeper and my server.
kafka.metrics.reporters=com.airbnb.kafka.kafka08.StatsdMetricsReporter external.kafka.statsd.reporter.enabled=true external.kafka.statsd.host=localhost external.kafka.statsd.port=8125 external.kafka.statsd.tag.enabled=true external.kafka.statsd.metrics.prefix=myKafka external.kafka.statsd.metrics.exclude_regex=

However when I monitor the statsd metrics, I don't receive any metrics for kafka.consumer or kafka.producer among other missing metrics. What can I do to fix this issue? I look at the other issues and it seemed like the most common issue was not enabling tags, but I have enabled tags and it still hasn't solved the issue.

The way I am am monitoring the metrics is by running nc -l -u 8125.

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

1 participant