Skip to content
New issue

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

Expose Metrics on Kafka Broker #65

Open
i7c opened this issue Jan 7, 2018 · 1 comment
Open

Expose Metrics on Kafka Broker #65

i7c opened this issue Jan 7, 2018 · 1 comment

Comments

@i7c
Copy link

i7c commented Jan 7, 2018

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

@MichaelGerhart
Copy link

I encountered this same issue. I believe this issue to be related to #38 . The confluent-rebalancer package is an enterprise feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants