public static enum KafkaSenderObservation.SenderLowCardinalityTags extends Enum<KafkaSenderObservation.SenderLowCardinalityTags> implements io.micrometer.common.docs.KeyName
Enum Constant and Description |
---|
COMPONENT_TYPE
Type of the component - 'sender'.
|
PRODUCER_ID
The producer id of the
KafkaSender . |
Modifier and Type | Method and Description |
---|---|
static KafkaSenderObservation.SenderLowCardinalityTags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSenderObservation.SenderLowCardinalityTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KafkaSenderObservation.SenderLowCardinalityTags PRODUCER_ID
KafkaSender
.
Can be a ProducerConfig.CLIENT_ID_CONFIG
value if present.public static final KafkaSenderObservation.SenderLowCardinalityTags COMPONENT_TYPE
public static KafkaSenderObservation.SenderLowCardinalityTags[] values()
for (KafkaSenderObservation.SenderLowCardinalityTags c : KafkaSenderObservation.SenderLowCardinalityTags.values()) System.out.println(c);
public static KafkaSenderObservation.SenderLowCardinalityTags valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null