Class HttpIncubatingAttributes.HttpRequestMethodIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.HttpIncubatingAttributes.HttpRequestMethodIncubatingValues
Enclosing class:
HttpIncubatingAttributes

public static final class HttpIncubatingAttributes.HttpRequestMethodIncubatingValues extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.CONNECT value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.DELETE value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.GET value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.HEAD value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.OPTIONS value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.OTHER value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.PATCH value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.POST value.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.PUT value.
    static final String
    QUERY method.
    static final String
    Deprecated.
    deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.TRACE value.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONNECT

      @Deprecated public static final String CONNECT
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.CONNECT value.
      CONNECT method.
      See Also:
    • DELETE

      @Deprecated public static final String DELETE
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.DELETE value.
      DELETE method.
      See Also:
    • GET

      @Deprecated public static final String GET
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.GET value.
      GET method.
      See Also:
    • OPTIONS

      @Deprecated public static final String OPTIONS
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.OPTIONS value.
      OPTIONS method.
      See Also:
    • PATCH

      @Deprecated public static final String PATCH
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.PATCH value.
      PATCH method.
      See Also:
    • POST

      @Deprecated public static final String POST
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.POST value.
      POST method.
      See Also:
    • PUT

      @Deprecated public static final String PUT
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.PUT value.
      PUT method.
      See Also:
    • TRACE

      @Deprecated public static final String TRACE
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.TRACE value.
      TRACE method.
      See Also:
    • QUERY

      public static final String QUERY
      QUERY method.
      See Also:
    • OTHER

      @Deprecated public static final String OTHER
      Deprecated.
      deprecated in favor of stable HttpAttributes.HttpRequestMethodValues.OTHER value.
      Any HTTP method that the instrumentation has no prior knowledge of.
      See Also: