confluentinc / cp-helm-charts

The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
https://cnfl.io/getting-started-kafka-kubernetes
Apache License 2.0
784 stars 843 forks source link

How to monitor jvm/gc ? #327

Open vivekjain123 opened 4 years ago

vivekjain123 commented 4 years ago

We are struggling to get a stable configuration for our implementation. We are very keen on monitoring the JVM however we couldn't get those metrics. My apologies if this is very trivial question but we have spent some days figuring out the right configuration with no luck. I have current configuration for jvm as mentioned in https://docs.confluent.io/current/kafka/deployment.html . We would like to have a metric which describes jvm and gc related information.

OneCricketeer commented 4 years ago

Have you tried setting up the Prometheus JMX Exporter?

ramandas30 commented 2 years ago

how to get JVM metrics. and how to use Prometheus JMX Exporter.

any help is needed

OneCricketeer commented 2 years ago

@ramandas30 I suggest searching elsewhere

There are several Medium blog posts regarding setting that up if you search for "Kafka Prometheus + Grafana JMX Exporter"