@Internal public class KafkaConsumerMetricConstants extends Object
The names must not be changed, as that would break backward compatibility for the consumer's metrics.
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
COMMITS_FAILED_METRICS_COUNTER |
static String |
COMMITS_SUCCEEDED_METRICS_COUNTER |
static String |
COMMITTED_OFFSETS_METRICS_GAUGE |
static String |
CURRENT_OFFSETS_METRICS_GAUGE |
static String |
KAFKA_CONSUMER_METRICS_GROUP |
static String |
LEGACY_COMMITTED_OFFSETS_METRICS_GROUP |
static String |
LEGACY_CURRENT_OFFSETS_METRICS_GROUP |
static String |
OFFSETS_BY_PARTITION_METRICS_GROUP |
static String |
OFFSETS_BY_TOPIC_METRICS_GROUP |
| 构造器和说明 |
|---|
KafkaConsumerMetricConstants() |
public static final String COMMITS_SUCCEEDED_METRICS_COUNTER
public static final String COMMITS_FAILED_METRICS_COUNTER
public static final String OFFSETS_BY_TOPIC_METRICS_GROUP
public static final String OFFSETS_BY_PARTITION_METRICS_GROUP
public static final String COMMITTED_OFFSETS_METRICS_GAUGE
public static final String LEGACY_CURRENT_OFFSETS_METRICS_GROUP
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.