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

Expose monitoring metrics over JMX

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 1.8.0
    • None
    • None
    • None
    • Needed

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: