Messaging Attributes

9 attributes in this category. 9 stable

Stable Attributes

messaging.destination.connection

string PII: Maybe OTel: False

The message destination connection.

Example BestTopic
SDKs php-laravel
Raw JSON
{
  "key": "messaging.destination.connection",
  "brief": "The message destination connection.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "BestTopic",
  "sdks": [
    "php-laravel"
  ]
}

messaging.destination.name

string PII: Maybe OTel: True

The message destination name.

Example BestTopic
SDKs php-laravel
Raw JSON
{
  "key": "messaging.destination.name",
  "brief": "The message destination name.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "BestTopic",
  "sdks": [
    "php-laravel"
  ]
}

messaging.message.body.size

integer PII: Maybe OTel: True

The size of the message body in bytes.

Example 839
SDKs php-laravel
Raw JSON
{
  "key": "messaging.message.body.size",
  "brief": "The size of the message body in bytes.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": 839,
  "sdks": [
    "php-laravel"
  ]
}

messaging.message.envelope.size

integer PII: Maybe OTel: True

The size of the message body and metadata in bytes.

Example 1045
SDKs php-laravel
Raw JSON
{
  "key": "messaging.message.envelope.size",
  "brief": "The size of the message body and metadata in bytes.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": 1045,
  "sdks": [
    "php-laravel"
  ]
}

messaging.message.id

string PII: Maybe OTel: True

A value used by the messaging system as an identifier for the message, represented as a string.

Example f47ac10b58cc4372a5670e02b2c3d479
SDKs php-laravel
Raw JSON
{
  "key": "messaging.message.id",
  "brief": "A value used by the messaging system as an identifier for the message, represented as a string.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "f47ac10b58cc4372a5670e02b2c3d479",
  "sdks": [
    "php-laravel"
  ]
}

messaging.message.receive.latency

integer PII: Maybe OTel: False

The latency between when the message was published and received.

Example 1732847252
SDKs php-laravel
Raw JSON
{
  "key": "messaging.message.receive.latency",
  "brief": "The latency between when the message was published and received.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 1732847252,
  "sdks": [
    "php-laravel"
  ]
}

messaging.message.retry.count

integer PII: Maybe OTel: False

The amount of attempts to send the message.

Example 2
SDKs php-laravel
Raw JSON
{
  "key": "messaging.message.retry.count",
  "brief": "The amount of attempts to send the message.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 2,
  "sdks": [
    "php-laravel"
  ]
}

messaging.operation.type

string PII: Maybe OTel: True

A string identifying the type of the messaging operation

Example create
Raw JSON
{
  "key": "messaging.operation.type",
  "brief": "A string identifying the type of the messaging operation",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "create"
}

messaging.system

string PII: Maybe OTel: True

The messaging system as identified by the client instrumentation.

Example activemq
SDKs php-laravel
Raw JSON
{
  "key": "messaging.system",
  "brief": "The messaging system as identified by the client instrumentation.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "activemq",
  "sdks": [
    "php-laravel"
  ]
}