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_RESEND_DELAY

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

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

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

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

      public static final io.opentelemetry.api.common.AttributeKey<String> URL_TEMPLATE
      Full HTTP request URL template
    • 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
    • HTTP_RESPONSE_HEADER_CONTENT_TYPE

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

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