confluentinc / jmx-monitoring-stacks

📊 Monitoring examples for Confluent Cloud and Confluent Platform
Apache License 2.0
50 stars 163 forks source link

Missing metrics on kafka connect #67

Open alex88 opened 2 years ago

alex88 commented 2 years ago

I've tried to import the kafka connect grafana+prometheus dashboard and use it with the kafka connect installed by the helm chart however all data is missing.

I can see for example the dashboard uses kafka_connect_connect_worker_metrics_connector_total_task_count for the total tasks but the jmx exporter uses cp_kafka_connect_connect_worker_metrics_task_count, am I missing something?

alex88 commented 2 years ago

Update: after copying the jmx exporter config I was able to get more metriics, however I'm still missing the jvm ones (heap, memory)

hifly81 commented 1 year ago

Hi @alex88 still having issues?