You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Confluent Platform
Hi,
I want to capture kafka connect metrics (which is current embedded in a scalable microservice in distributed mode separate from kafka broker cluster) and send it to external service like datadog? I looked into the source code and it seems I need to implement the MetricReporter Interface. I looked around but did not find any particular implementation.
Can someone guide me to any example or something for the same?