public enum StreamObservationDocumentation extends Enum<StreamObservationDocumentation> implements io.micrometer.observation.docs.ObservationDocumentation
ObservationDocumentation for RabbitMQ Stream.| Modifier and Type | Class and Description |
|---|---|
static class |
StreamObservationDocumentation.HighCardinalityTags
High cardinality tags.
|
static class |
StreamObservationDocumentation.LowCardinalityTags
Low cardinality tags.
|
| Enum Constant and Description |
|---|
PROCESS_OBSERVATION
Observation for processing a message.
|
PUBLISH_OBSERVATION
Observation for publishing a message.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamObservationDocumentation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamObservationDocumentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamObservationDocumentation PUBLISH_OBSERVATION
public static final StreamObservationDocumentation PROCESS_OBSERVATION
public static StreamObservationDocumentation[] values()
for (StreamObservationDocumentation c : StreamObservationDocumentation.values()) System.out.println(c);
public static StreamObservationDocumentation 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 nullCopyright © 2024 Broadcom Inc. and/or its subsidiaries. All rights reserved.