Package com.microsoft.kiota.http
Class TelemetrySemanticConventions
java.lang.Object
com.microsoft.kiota.http.TelemetrySemanticConventions
This class contains the telemetry attribute keys used by this library.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<Long> HTTP request body sizestatic final io.opentelemetry.api.common.AttributeKey<Long> HTTP response body sizestatic final io.opentelemetry.api.common.AttributeKey<String> HTTP request content typestatic final io.opentelemetry.api.common.AttributeKey<String> HTTP Request methodstatic final io.opentelemetry.api.common.AttributeKey<Long> HTTP Request resend countstatic final io.opentelemetry.api.common.AttributeKey<Long> HTTP Request resend delaystatic final io.opentelemetry.api.common.AttributeKey<String> HTTP response content typestatic final io.opentelemetry.api.common.AttributeKey<Long> HTTP Response status codestatic final io.opentelemetry.api.common.AttributeKey<String> Network connection protocol versionstatic final io.opentelemetry.api.common.AttributeKey<String> HTTP request destination server addressstatic final io.opentelemetry.api.common.AttributeKey<Long> HTTP request destination server portstatic final io.opentelemetry.api.common.AttributeKey<String> Full HTTP request URLstatic final io.opentelemetry.api.common.AttributeKey<String> HTTP request URL schemestatic final io.opentelemetry.api.common.AttributeKey<String> Full HTTP request URL template -
Method Summary
-
Field Details
-
HTTP_RESPONSE_STATUS_CODE
HTTP Response status code -
HTTP_REQUEST_RESEND_COUNT
HTTP Request resend count -
HTTP_REQUEST_RESEND_DELAY
HTTP Request resend delay -
HTTP_REQUEST_METHOD
HTTP Request method -
NETWORK_PROTOCOL_NAME
Network connection protocol version -
URL_FULL
Full HTTP request URL -
URL_TEMPLATE
Full HTTP request URL template -
URL_SCHEME
HTTP request URL scheme -
SERVER_ADDRESS
HTTP request destination server address -
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_SIZEHTTP response body size -
EXPERIMENTAL_HTTP_REQUEST_BODY_SIZE
public static final io.opentelemetry.api.common.AttributeKey<Long> EXPERIMENTAL_HTTP_REQUEST_BODY_SIZEHTTP request body size -
HTTP_RESPONSE_HEADER_CONTENT_TYPE
public static final io.opentelemetry.api.common.AttributeKey<String> HTTP_RESPONSE_HEADER_CONTENT_TYPEHTTP response content type -
HTTP_REQUEST_HEADER_CONTENT_TYPE
public static final io.opentelemetry.api.common.AttributeKey<String> HTTP_REQUEST_HEADER_CONTENT_TYPEHTTP request content type
-