public static enum RabbitMqObservationDocumentation.LowCardinalityTags extends Enum<RabbitMqObservationDocumentation.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 (AMQP).
|
NET_PROTOCOL_VERSION
A string identifying the protocol version (0.9.1).
|
| Modifier and Type | Method and Description |
|---|---|
static RabbitMqObservationDocumentation.LowCardinalityTags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RabbitMqObservationDocumentation.LowCardinalityTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RabbitMqObservationDocumentation.LowCardinalityTags MESSAGING_SYSTEM
public static final RabbitMqObservationDocumentation.LowCardinalityTags MESSAGING_OPERATION
public static final RabbitMqObservationDocumentation.LowCardinalityTags NET_PROTOCOL_NAME
public static final RabbitMqObservationDocumentation.LowCardinalityTags NET_PROTOCOL_VERSION
public static RabbitMqObservationDocumentation.LowCardinalityTags[] values()
for (RabbitMqObservationDocumentation.LowCardinalityTags c : RabbitMqObservationDocumentation.LowCardinalityTags.values()) System.out.println(c);
public static RabbitMqObservationDocumentation.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 © 2023 VMware, Inc. or its affiliates.. All rights reserved.