Replies: 3 comments
-
Well, I believe you need to approach it differently. First of all you need to enable In your KafkaConnect CR under
and then again under
Now, this will only extract metrics about resources such as cpu/memory and etc. If you want more metrics related to kafkaconnect producer and consumer (connectors) you have 2 options:
OpenMetricsThis is how I did it for Zookeeper:
Kafka plugin from Datadog
I would only change domains for kafkaconnect related ones, maybe it would work (haven't tried but in process in couple of days from now) Hope some of this helps you. Hit me up if you have some questions. |
Beta Was this translation helpful? Give feedback.
-
Hi Ivan Majnarić, I have a kafka connect and snowflake-sink connector working by using strimzi in my local machine. I am trying to integrate datadog to get jmx metrics from kafak-cluster and sink connector. Any articles you would like me to recommend to follow how to install datadog-agent with strimzi into k8s and how to integrate datadog to get the metrics? Thank you. |
Beta Was this translation helpful? Give feedback.
-
this is how we did also keep we allow our datadog agent take this metrics from strimzi namespace here is the snipped or kafka-exporter from
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use MSK and deployed strimzi KafkaConnect (my kafka cluster in on MSK). I'm able to get the metrics, but was not able to see them in datadog (i followed the datadog tutorial, and it worked: https://docs.datadoghq.com/agent/kubernetes/prometheus/), but couldnt make it happen with the strimzi prometheous... i added the annotation part to the prometheus operator, but this didnt work. i tryed to add it to prometheus.yaml, but then i got : error: error validating "prometheus.yaml": error validating data: ValidationError(Prometheus.spec): unknown field "template" in com.coreos.monitoring.v1.Prometheus.spec; if you choose to ignore these errors, turn validation off with --validate=false
Thanks,
Amit
Beta Was this translation helpful? Give feedback.
All reactions