Re: Metrics for Kafka Connect

2017-09-13 Thread Jeff Klukas
Thanks for the KIP link. Those metrics will be a nice addition, but the piece I'm most interested in is adding hooks in the Connect API for connectors to define metrics specific to their domain, which this KIP explicitly identifies as out of scope. I'm currently deploying Confluent's S3 connector,

Re: Metrics for Kafka Connect

2017-09-12 Thread Viktor Somogyi
Hi Jeff, There is a KIP going on, would this answer your question? https://cwiki.apache.org/confluence/display/KAFKA/KIP-196%3A+Add+metrics+to+Kafka+Connect+framework Viktor On Tue, Sep 12, 2017 at 2:38 PM, Jeff Klukas wrote: > The Kafka docs on Monitoring don't mention anything specific for K