hi,

In config/server.properties I added some properties for metrics report
using ganglia reporter( https://github.com/criteo/kafka-ganglia ):

kafka.metrics.reporters=com.criteo.kafka.KafkaGangliaMetricsReporter
kafka.ganglia.metrics.reporter.enabled=true
kafka.ganglia.metrics.host=localhost
kafka.ganglia.metrics.port=2205
kafka.ganglia.metrics.group=kafka

After rebooting the broker, nothing reported,  and found these message in
server.log:

[2013-09-23 19:57:19,570] WARN Property kafka.metrics.reporters is not
valid (kafka.utils.VerifiableProperties)
[2013-09-23 19:57:19,570] WARN Property kafka.metrics.polling.interval.secs
is not valid (kafka.utils.VerifiableProperties)
[2013-09-23 19:57:19,571] WARN Property kafka.ganglia.metrics.port is not
valid (kafka.utils.VerifiableProperties)
[2013-09-23 19:57:19,571] WARN Property
kafka.ganglia.metrics.reporter.enabled is not valid
(kafka.utils.VerifiableProperties)
[2013-09-23 19:57:19,572] WARN Property kafka.ganglia.metrics.group is not
valid (kafka.utils.VerifiableProperties)
[2013-09-23 19:57:19,572] WARN Property kafka.ganglia.metrics.host is not
valid (kafka.utils.VerifiableProperties)

Atteched is the whole config/server.properties file.

Is there something wrong? Thanks for any help!

-- 
Best Regards,
Henry Ma

Reply via email to