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
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
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
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
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