Package io.opentelemetry.semconv
Class SemanticAttributes.HttpRequestMethodValues
java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.HttpRequestMethodValues
- Enclosing class:
- SemanticAttributes
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
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:
-