stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Include JMX Exporter in all our Java packages #63

Closed lfrancke closed 3 years ago

lfrancke commented 3 years ago

See #61

Unless there's a compelling reason to choose something else we already decided to use the JMX Exporter (https://github.com/prometheus/jmx_exporter) to export JMX metrics from our Java based processes.

We also decided that we want to run this as a Java agent and not standalone.

This means we need to include JMX Exporter in all our packages. This depends on the packaging discussion from #39

razvan commented 3 years ago

JMX Exporter has been packaged with all Kafka and Zookeeper packages currently supported by Stackable.