Skip to content

Expose Metrics on Kafka Broker #65

@i7c

Description

@i7c

Hi,

first of all thanks for this module. I've been playing with it for some days now and it works great! Saved me a lot of work!

I have the Control Center up and running and I wanted to see the broker health metrics. I see, your default config contains
'confluent.support.metrics.enable' => true,

'confluent.support.metrics.enable' => true,

However, in order to actually see metrics, I needed to do two more things:

Firstly, extend the broker config by this:
"metric.reporters" => "io.confluent.metrics.reporter.ConfluentMetricsReporter",

and furthermore, add a

  package { 'confluent-rebalancer':
    ensure => latest,
    tag    => 'confluent',
  }

Am I missing something, or is this the right way to do it? Would you want a patch to extend that in your module?

Cheers,
Constantin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions