Class TelemetrySemanticConventions

java.lang.Object
com.microsoft.kiota.http.TelemetrySemanticConventions

public final class TelemetrySemanticConventions extends Object
This class contains the telemetry attribute keys used by this library.
  • Field Details

    • HTTP_RESPONSE_STATUS_CODE

      public static final io.opentelemetry.api.common.AttributeKey<Long> HTTP_RESPONSE_STATUS_CODE
      HTTP Response status code
    • HTTP_REQUEST_RESEND_COUNT

      public static final io.opentelemetry.api.common.AttributeKey<Long> HTTP_REQUEST_RESEND_COUNT
      HTTP Request resend count
    • HTTP_REQUEST_METHOD

      public static final io.opentelemetry.api.common.AttributeKey<String> HTTP_REQUEST_METHOD
      HTTP Request method
    • NETWORK_PROTOCOL_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PROTOCOL_VERSION
      Network connection protocol version
    • URL_FULL

      public static final io.opentelemetry.api.common.AttributeKey<String> URL_FULL
      Full HTTP request URL
    • URL_SCHEME

      public static final io.opentelemetry.api.common.AttributeKey<String> URL_SCHEME
      HTTP request URL scheme
    • SERVER_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> SERVER_ADDRESS
      HTTP request destination server address
    • SERVER_PORT

      public static final io.opentelemetry.api.common.AttributeKey<Long> SERVER_PORT
      HTTP request destination server port
    • EXPERIMENTAL_HTTP_RESPONSE_BODY_SIZE

      public static final io.opentelemetry.api.common.AttributeKey<Long> EXPERIMENTAL_HTTP_RESPONSE_BODY_SIZE
      HTTP response body size
    • EXPERIMENTAL_HTTP_REQUEST_BODY_SIZE

      public static final io.opentelemetry.api.common.AttributeKey<Long> EXPERIMENTAL_HTTP_REQUEST_BODY_SIZE
      HTTP request body size
    • CUSTOM_HTTP_RESPONSE_CONTENT_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> CUSTOM_HTTP_RESPONSE_CONTENT_TYPE
      HTTP response content type
    • CUSTOM_HTTP_REQUEST_CONTENT_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> CUSTOM_HTTP_REQUEST_CONTENT_TYPE
      HTTP request content type