Replies: 3 comments 11 replies
-
You should probably share your Kafka custom resource to make it clear what examples you used. From your description it is not clear if you are trying to use JMX access or Prometheus metrics. |
Beta Was this translation helpful? Give feedback.
-
I had some improvement but still not functioning as expected... I used a ServiceMonitor instead of a PodMonitor, it needs to work with a service though... I tried creating a service that will give me all pods with:
But it picked up the entity-operator as it has label strimzi.io/kind: Kafka as well and it is a failing target on prometheus...
|
Beta Was this translation helpful? Give feedback.
-
@scholzj , I have a requirement of adding a custom label to JMX metrics, ex: kafka_server_ReplicaManager_Value{app_kubernetes_io_managed_by="AAAA"}. Where can I add this? I see that you mentioned about template in previous comments, could you point to the specific files please? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, using version 0.29, I didn't find any notes on documenmtation for this...
Anyway, I configued monitoring according to examples, (JMX on Kafka and ZK as well as Kafka exporter), after reconciliation I see only the Kafka exporter pod running... where are the JMX Exporters? did find any sidecar containers or related pods
I a deploying to a cluser with existing prometheus and Grafana, I added the new dashboards but I can only see the operators metrics...
Beta Was this translation helpful? Give feedback.
All reactions