We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Are you sure the port is correct? 8888 is not the standard port for graphite, it is 2003
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: