Skip to content
Discussion options

You must be logged in to vote

Update: Datadog supports Prometheus & OpenMetrics metrics collection - https://docs.datadoghq.com/agent/kubernetes/prometheus/

I added the following annotations to configure it:

...
  kafkaExporter:
      # Annotations for Datadog JMX auto-discovery
    template:
      pod:
        metadata:
          annotations: 
            ad.datadoghq.com/my-cluster-kafka-exporter.check_names: '["openmetrics"]'
            ad.datadoghq.com/my-cluster-kafka-exporter.init_configs: '[{}]'
            ad.datadoghq.com/my-cluster-kafka-exporter.instances: |
              [
                {
                  "prometheus_url": "http://%%host%%:%%port%%/metrics",
                  "namespace": "my_kafka",

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@scholzj
Comment options

@helloimowen
Comment options

@scholzj
Comment options

@iMajna
Comment options

@helloimowen
Comment options

Answer selected by raj-saxena
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants