Re: Metrics Reporter not Valid

2013-09-24 Thread Joel Koshy
It seems to work for me. Here is what I added to my server.config: kafka.csv.metrics.reporter.enabled=true kafka.metrics.reporters=kafka.metrics.KafkaCSVMetricsReporter It does spit out those warnings that I mentioned - although actually the reason for that is in fact because we attempt to "verify

Re: Metrics Reporter not Valid

2013-09-24 Thread Henry Ma
I understand that, but seems the property "kafka.metrics.reporters" cannot work, even using the default csvreporter. On Tue, Sep 24, 2013 at 1:46 PM, Joel Koshy wrote: > These warnings are fine - we should think about how to get rid of them. I > think the issue is that there's a single bag of p

Re: Metrics Reporter not Valid

2013-09-23 Thread Henry Ma
even using the default version of server.properties file, after start I got these messages: [2013-09-24 10:24:35,587] WARN Property kafka.csv.metrics.reporter.enabled is not valid (kafka.utils.VerifiableProperties) [2013-09-24 10:24:35,588] WARN Property kafka.metrics.reporters is not valid (kafka

Re: Metrics Reporter not Valid

2013-09-23 Thread Henry Ma
no, I am using Kafka 0.8.0-beta1. On Mon, Sep 23, 2013 at 10:19 PM, Neha Narkhede wrote: > The metrics reporter was introduced in 0.8. Are you depending on Kafka > 0.7.x? > > Thanks, > Neha > On Sep 23, 2013 5:34 AM, "Henry Ma" wrote: > > > hi, > > > > In config/server.properties I added some p

Re: Metrics Reporter not Valid

2013-09-23 Thread Neha Narkhede
The metrics reporter was introduced in 0.8. Are you depending on Kafka 0.7.x? Thanks, Neha On Sep 23, 2013 5:34 AM, "Henry Ma" wrote: > hi, > > In config/server.properties I added some properties for metrics report > using ganglia reporter( https://github.com/criteo/kafka-ganglia ): > > kafka.me