public static enum StreamObservationDocumentation.LowCardinalityTags extends Enum<StreamObservationDocumentation.LowCardinalityTags> implements io.micrometer.common.docs.KeyName
| Enum Constant and Description |
|---|
MESSAGING_OPERATION
A string identifying the kind of messaging operation.
|
MESSAGING_SYSTEM
A string identifying the messaging system.
|
NET_PROTOCOL_NAME
A string identifying the protocol (RabbitMQ Stream).
|
NET_PROTOCOL_VERSION
A string identifying the protocol version (1.0).
|
| Modifier and Type | Method and Description |
|---|---|
static StreamObservationDocumentation.LowCardinalityTags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamObservationDocumentation.LowCardinalityTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamObservationDocumentation.LowCardinalityTags MESSAGING_SYSTEM
public static final StreamObservationDocumentation.LowCardinalityTags MESSAGING_OPERATION
public static final StreamObservationDocumentation.LowCardinalityTags NET_PROTOCOL_NAME
public static final StreamObservationDocumentation.LowCardinalityTags NET_PROTOCOL_VERSION
public static StreamObservationDocumentation.LowCardinalityTags[] values()
for (StreamObservationDocumentation.LowCardinalityTags c : StreamObservationDocumentation.LowCardinalityTags.values()) System.out.println(c);
public static StreamObservationDocumentation.LowCardinalityTags 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.