I’ve gone through Confluent Rest Proxy monitoring and configuraiton, but I’m still no idea how to expose the metric in rest proxy.
The confluentinc/cp-kafka-connect image is deployed to k8s cluster. And it routes incoming traffic to Confluent cloud kafka. All I want is:
- Expose the metrics through rest proxy api endpoints (like the springboot actuator/prometheus endpoint), this enables Prometheus scraping metrics from the endpoint. I totally don’t understand Rest Proxy monitoring page. Would you please show me the api link for how to access the metrics?
-
metric.reporters
A list of classes to use as metrics reporters. Implementing the
MetricReporter
interface allows plugging in classes that will be notified of new metric creation. The JmxReporter is always included to register JMX statistics.
Where can I find the implementation of MetricReporter? I googled it but none of them relates to Confluent MetricReporter.
Thank you in advance