public static enum StreamObservationDocumentation.HighCardinalityTags extends Enum<StreamObservationDocumentation.HighCardinalityTags> implements io.micrometer.common.docs.KeyName
| Enum Constant and Description |
|---|
MESSAGING_DESTINATION_NAME
The message destination name.
|
MESSAGING_MESSAGE_PAYLOAD_SIZE_BYTES |
MESSAGING_SOURCE_NAME
The message destination name.
|
NET_SOCK_PEER_ADDR |
NET_SOCK_PEER_PORT |
| Modifier and Type | Method and Description |
|---|---|
static StreamObservationDocumentation.HighCardinalityTags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamObservationDocumentation.HighCardinalityTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamObservationDocumentation.HighCardinalityTags MESSAGING_DESTINATION_NAME
public static final StreamObservationDocumentation.HighCardinalityTags MESSAGING_SOURCE_NAME
public static final StreamObservationDocumentation.HighCardinalityTags MESSAGING_MESSAGE_PAYLOAD_SIZE_BYTES
public static final StreamObservationDocumentation.HighCardinalityTags NET_SOCK_PEER_PORT
public static final StreamObservationDocumentation.HighCardinalityTags NET_SOCK_PEER_ADDR
public static StreamObservationDocumentation.HighCardinalityTags[] values()
for (StreamObservationDocumentation.HighCardinalityTags c : StreamObservationDocumentation.HighCardinalityTags.values()) System.out.println(c);
public static StreamObservationDocumentation.HighCardinalityTags 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.