How to collect Kafka metrics with Prometheus and Grafana
I have an eks cluster that includes multiple namespaces each with different microservices/components. I am looking to collect the Kafka metrics with Prometheus to build Grafana dashboards. I am installing using this helm chart “helm install my-kube-prometheus-stack prometheus-community/kube-prometheus-stack” inside of its’ own namespace “monitoring”. My Kafka components live in a namespace called “confluent-dev”. Once I access my Prometheus UI, I notice that I am only getting the metrics for the Kubernetes and can’t see any Kafa metrics.