Class ConsumerLagCollector

java.lang.Object
io.confluent.telemetry.collector.ConsumerLagCollector
All Implemented Interfaces:
MetricsCollector

public class ConsumerLagCollector extends Object implements MetricsCollector
Collects consumer lag metrics, max pending rebalance time metrics, and consumer group status metrics from the ConsumerLagStore and emits them via the telemetry pipeline.
  • Constructor Details

    • ConsumerLagCollector

      public ConsumerLagCollector(MetricNamingStrategy<org.apache.kafka.common.MetricName> metricNamingStrategy)
  • Method Details