Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-1527

Our own metrics examples do not scrape the Kafka Exporter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • 1.4.0.GA
    • 1.3.0.GA
    • None
    • None

      We added Kafka Exporter to provide additional metrics. But it seems that our own example files for configuring the Prometheus operator and our docs do configure it to scrape these metrics. Based on a Slack discussion (https://cloud-native.slack.com/archives/CMH3Q3SNP/p1573775472031900), following option can help to scrape it:

        additionalServiceMonitors:
          - name: "kafka-exporter"
            selector:
              matchLabels:
                strimzi.io/name: my-cluster-kafka-exporter
            namespaceSelector:
              any: true
            endpoints:
              - port: metrics
                interval: 10s
                path: /metrics
      

      We should incorporate this into our examples and docs.

      Created by Strimzi#2193.

            Unassigned Unassigned
            scholzj JAkub Scholz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: