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