Re: Metrics in Kafka Connect

2020-04-30 Thread Ryanne Dolan
This is what I did inside MM2's Connectors and Tasks. It works pretty well, but I'd certainly prefer if Connect exposed it's own Metrics API. Ryanne On Thu, Apr 30, 2020 at 2:57 PM Gérald Quintana wrote: > Hello, > > We developed a custom Kafka Connect implementation for a specific need, and >

Metrics in Kafka Connect

2020-04-30 Thread Gérald Quintana
Hello, We developed a custom Kafka Connect implementation for a specific need, and we would like to monitor its internals (request latency and rate, pool usage). Is it possible to publish custom metrics using the Kafka client metric framework (org.apache.kafka.common.metrics.*) . We would lik