public enum KafkaSenderObservation extends Enum<KafkaSenderObservation> implements io.micrometer.observation.docs.ObservationDocumentation
KafkaSender
.Modifier and Type | Class and Description |
---|---|
static class |
KafkaSenderObservation.DefaultKafkaSenderObservationConvention
Default
KafkaSenderObservationConvention for Kafka Sender key values. |
static class |
KafkaSenderObservation.SenderLowCardinalityTags
Low cardinality tags.
|
Enum Constant and Description |
---|
SENDER_OBSERVATION
Observation for KafkaSenders.
|
Modifier and Type | Method and Description |
---|---|
static KafkaSenderObservation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaSenderObservation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KafkaSenderObservation SENDER_OBSERVATION
public static KafkaSenderObservation[] values()
for (KafkaSenderObservation c : KafkaSenderObservation.values()) System.out.println(c);
public static KafkaSenderObservation 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