Class KafkaConsumerMetricConstants

java.lang.Object
org.apache.flink.streaming.connectors.kafka.internals.metrics.KafkaConsumerMetricConstants

@Internal @Deprecated public class KafkaConsumerMetricConstants extends Object
Deprecated.
A collection of Kafka consumer metrics related constant strings.

The names must not be changed, as that would break backward compatibility for the consumer's metrics.

  • Field Details

    • KAFKA_CONSUMER_METRICS_GROUP

      public static final String KAFKA_CONSUMER_METRICS_GROUP
      Deprecated.
      See Also:
    • COMMITS_SUCCEEDED_METRICS_COUNTER

      public static final String COMMITS_SUCCEEDED_METRICS_COUNTER
      Deprecated.
      See Also:
    • COMMITS_FAILED_METRICS_COUNTER

      public static final String COMMITS_FAILED_METRICS_COUNTER
      Deprecated.
      See Also:
    • OFFSETS_BY_TOPIC_METRICS_GROUP

      public static final String OFFSETS_BY_TOPIC_METRICS_GROUP
      Deprecated.
      See Also:
    • OFFSETS_BY_PARTITION_METRICS_GROUP

      public static final String OFFSETS_BY_PARTITION_METRICS_GROUP
      Deprecated.
      See Also:
    • CURRENT_OFFSETS_METRICS_GAUGE

      public static final String CURRENT_OFFSETS_METRICS_GAUGE
      Deprecated.
      See Also:
    • COMMITTED_OFFSETS_METRICS_GAUGE

      public static final String COMMITTED_OFFSETS_METRICS_GAUGE
      Deprecated.
      See Also:
    • LEGACY_CURRENT_OFFSETS_METRICS_GROUP

      public static final String LEGACY_CURRENT_OFFSETS_METRICS_GROUP
      Deprecated.
      See Also:
    • LEGACY_COMMITTED_OFFSETS_METRICS_GROUP

      public static final String LEGACY_COMMITTED_OFFSETS_METRICS_GROUP
      Deprecated.
      See Also:
  • Constructor Details

    • KafkaConsumerMetricConstants

      public KafkaConsumerMetricConstants()
      Deprecated.