Skip to main content Link Search Menu Expand Document (external link)

SubscriberOTel overview

Added in v0.3.0


Table of contents


otel attributes

SpanAttributes

Signature

export declare const SpanAttributes: {
  readonly SERVER_ADDRESS: "server.address"
  readonly SERVER_PORT: "server.port"
  readonly MESSAGING_DESTINATION_NAME: "messaging.destination.name"
  readonly MESSAGING_OPERATION_NAME: "messaging.operation.name"
  readonly MESSAGING_OPERATION_TYPE: "messaging.operation.type"
  readonly MESSAGING_SYSTEM: "messaging.system"
  readonly MESSAGING_MESSAGE_ID: "messaging.message.id"
}

Added in v0.3.0