Enum Class OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames
java.lang.Object
java.lang.Enum<OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames>
io.micrometer.core.instrument.binder.httpcomponents.hc5.OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames
- All Implemented Interfaces:
io.micrometer.common.docs.KeyName,Serializable,Comparable<OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames>,Constable
- Enclosing class:
OpenTelemetryApacheHttpClientObservationDocumentation
public static enum OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames
extends Enum<OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames>
implements io.micrometer.common.docs.KeyName
Low cardinality key names.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionKey name for error type.Key name for HTTP method.Key name for outcome.Key name for server address.Key name for server port.Key name for HTTP status code. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.micrometer.common.docs.KeyName
asString, isRequired, withNoneValue, withValue, withValue
-
Enum Constant Details
-
METHOD
public static final OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames METHODKey name for HTTP method. -
SERVER_ADDRESS
public static final OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames SERVER_ADDRESSKey name for server address. -
SERVER_PORT
public static final OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames SERVER_PORTKey name for server port. -
ERROR_TYPE
public static final OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames ERROR_TYPEKey name for error type. -
STATUS
public static final OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames STATUSKey name for HTTP status code. -
OUTCOME
public static final OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames OUTCOMEKey name for outcome.
-
-
Method Details
-
values
public static OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static OpenTelemetryApacheHttpClientObservationDocumentation.LowCardinalityKeyNames valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-