Class HttpIncubatingAttributes.HttpRequestMethodIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.HttpIncubatingAttributes.HttpRequestMethodIncubatingValues
- Enclosing class:
- HttpIncubatingAttributes
@Deprecated
public static final class HttpIncubatingAttributes.HttpRequestMethodIncubatingValues
extends Object
Deprecated.
Values for
HttpIncubatingAttributes.HTTP_REQUEST_METHOD.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.CONNECT method.static final StringDeprecated.DELETE method.static final StringDeprecated.GET method.static final StringDeprecated.HEAD method.static final StringDeprecated.OPTIONS method.static final StringDeprecated.Any HTTP method that the instrumentation has no prior knowledge of.static final StringDeprecated.PATCH method.static final StringDeprecated.POST method.static final StringDeprecated.PUT method.static final StringDeprecated.TRACE method. -
Method Summary
-
Field Details
-
CONNECT
Deprecated.CONNECT method.- See Also:
-
DELETE
Deprecated.DELETE method.- See Also:
-
GET
Deprecated.GET method.- See Also:
-
HEAD
Deprecated.HEAD method.- See Also:
-
OPTIONS
Deprecated.OPTIONS method.- See Also:
-
PATCH
Deprecated.PATCH method.- See Also:
-
POST
Deprecated.POST method.- See Also:
-
PUT
Deprecated.PUT method.- See Also:
-
TRACE
Deprecated.TRACE method.- See Also:
-
OTHER
Deprecated.Any HTTP method that the instrumentation has no prior knowledge of.- See Also:
-
HttpAttributes.HttpRequestMethodValues.