noep / spring-boot-kmetrics

Kafka Clients metrics for Spring Boot Actuator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-kmetrics

Kafka Clients metrics for Spring Boot Actuator

Kafka exposes almost all consumer and producer metrics through JMX, so this is a custom MeterBinder to expose these metrics.

I had also created a springboot autoconfigure and starter modules to simplify the usage (you just need to include the starter module dependency to your project).

<dependency>
	<groupId>org.kmetrics</groupId>
	<artifactId>spring-boot-starter-kmetrics</artifactId>
	<version>x.x.x</version>
</dependency>

About

Kafka Clients metrics for Spring Boot Actuator

License:GNU General Public License v3.0


Languages

Language:Java 100.0%