You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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,
puppet-confluent/manifests/kafka/broker.pp
Line 83 in c17152a
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
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
The text was updated successfully, but these errors were encountered: