Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.05 KB

readme.md

File metadata and controls

25 lines (16 loc) · 1.05 KB

Kafka-clients jmx metrics

Different modes how to expose metrics from Kafka-clients with Prometheus jmx-exporter.

Also example of kafka-clients tracing with Zipkin.

How to run

  • Build project ./mvnw clean install
  • Run kafka docker-compose up -d

javaagent

decoupled

custom

References