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

Fix object metric name for Tiered Storage quotas

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Currently, the metric object name for tiered storage quotas metrics is set to kafka.server:type=RemoteLogManager, but it should instead be kafka.log.remote:type=RemoteLogManager.

      This is because of a limitation where when creating a SensorAccess, it needs org.apache.kafka.common.metrics.Metrics, but with this the prefix becomes kafka.server and cannot be changed. We instead need to use KafkaMetricsGroup but there is no way to create SensorAccess with it.

      More details here - https://github.com/apache/kafka/pull/16087#issuecomment-2185630174

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              abhijeetkumar Abhijeet Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: