Uploaded image for project: 'Kafka Connector'
  1. Kafka Connector
  2. KAFKA-64

Expose monitoring metrics over JMX

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.8.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Needed

      Exposing monitoring metrics using JMX would allow users of the connector to measure the progress of their data streams.

      Add an MBean to expose the following metrics for monitoring for the Source Connector:

      • Current source clusterTime (poll this directly from server, not from the last event)
      • clusterTime of the last processed changeEvent
      • Difference between the previous two: The lag between cluster and Source Connector

      Add an MBean to expose the following metrics to the Sink Connector:

      • clusterTime of the last processed change Event
      • (if possible) the delta between the last processed clusterTime and the newest event in the topic: The lag of the Sink Connector

            Assignee:
            maxim.katcharov@mongodb.com Maxim Katcharov
            Reporter:
            kai.orend@mongodb.com Kai Orend
            Votes:
            5 Vote for this issue
            Watchers:
            17 Start watching this issue

              Created:
              Updated:
              Resolved: