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

create unique sensor to record group rebalance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 2.5.0, 2.4.1
    • None
    • None

    Description

        val offsetDeletionSensor = metrics.sensor("OffsetDeletions")
      
        ...
      
        val groupCompletedRebalanceSensor = metrics.sensor("OffsetDeletions")
      

      the "offset deletion" and "group rebalance" should not be recorded by the same sensor since they are totally different.

      the code is introduced by KAFKA-8730

      Attachments

        Activity

          People

            chia7712 Chia-Ping Tsai
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: