Enum Class OpenTelemetryApacheHttpClientObservationDocumentation
java.lang.Object
java.lang.Enum<OpenTelemetryApacheHttpClientObservationDocumentation>
io.micrometer.core.instrument.binder.httpcomponents.hc5.OpenTelemetryApacheHttpClientObservationDocumentation
- All Implemented Interfaces:
io.micrometer.observation.docs.ObservationDocumentation, Serializable, Comparable<OpenTelemetryApacheHttpClientObservationDocumentation>, Constable
@Deprecated
public enum OpenTelemetryApacheHttpClientObservationDocumentation
extends Enum<OpenTelemetryApacheHttpClientObservationDocumentation>
implements io.micrometer.observation.docs.ObservationDocumentation
Deprecated.
use the Apache httpclient5-observation artifact instead
ObservationDocumentation for Apache HTTP Client 5 instrumentation based on
OpenTelemetry Semantic Conventions v1.36.0 for HTTP.- Since:
- 1.16.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.High cardinality key names.static enumDeprecated.Low cardinality key names.Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields inherited from interface io.micrometer.observation.docs.ObservationDocumentation
EMPTY, EMPTY_EVENT_NAMES -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this class with the specified name.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.micrometer.observation.docs.ObservationDocumentation
getContextualName, getDefaultConvention, getEvents, getHighCardinalityKeyNames, getLowCardinalityKeyNames, getName, getPrefix, observation, observation, observation, start, start, start
-
Enum Constant Details
-
DEFAULT
Deprecated.Default.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-