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

ERROR to write metric to graphite #25

Open
anhtv08 opened this issue Feb 3, 2017 · 1 comment
Open

ERROR to write metric to graphite #25

anhtv08 opened this issue Feb 3, 2017 · 1 comment

Comments

@anhtv08
Copy link

anhtv08 commented Feb 3, 2017

hi,
I am currently setup a local kafka cluster, and use kafka Graphite to consolidate the metrics produced by brokers. However I got following issues.

2017-02-04 00:28:09,593] WARN Error writing to Graphite: Connection refused (Connection refused) (com.yammer.metrics.reporting.GraphiteReporter)

Below are configuration:

kafka.metrics.reporters=com.criteo.kafka.KafkaGraphiteMetricsReporter
kafka.graphite.metrics.reporter.enabled=true
kafka.graphite.metrics.host=localhost
kafka.graphite.metrics.port=8888

Please help to figure out what went wrong?
Note: I am using Kafka 0.10 I am not sure current one working with the latest kafka

@Angel-Asensio
Copy link

Are you sure the port is correct? 8888 is not the standard port for graphite, it is 2003

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

2 participants