コンテンツにスキップ

SpanAttributes

このコンテンツはまだ日本語訳がありません。

const SpanAttributes: object

Defined in: packages/core/src/telemetry/traces.ts:31

Standard span attribute keys used by the SDK.

readonly BATCH_SIZE: "unified_live.batch.size" = "unified_live.batch.size"

readonly ERROR_CODE: "unified_live.error.code" = "unified_live.error.code"

readonly ERROR_HAS_CAUSE: "unified_live.error.has_cause" = "unified_live.error.has_cause"

readonly ERROR_TYPE: "error.type" = "error.type"

readonly HTTP_METHOD: "http.request.method" = "http.request.method"

readonly HTTP_STATUS: "http.response.status_code" = "http.response.status_code"

readonly OPERATION: "unified_live.operation" = "unified_live.operation"

readonly PLATFORM: "unified_live.platform" = "unified_live.platform"

readonly RATE_LIMIT_LIMIT: "unified_live.rate_limit.limit" = "unified_live.rate_limit.limit"

readonly RATE_LIMIT_REMAINING: "unified_live.rate_limit.remaining" = "unified_live.rate_limit.remaining"

readonly RETRY_COUNT: "unified_live.retry.count" = "unified_live.retry.count"

readonly SERVER_ADDRESS: "server.address" = "server.address"

readonly SERVER_PORT: "server.port" = "server.port"

readonly URL_FULL: "url.full" = "url.full"

readonly URL_PATH: "url.path" = "url.path"

readonly URL_SCHEME: "url.scheme" = "url.scheme"