Connection Attributes

1 attribute in this category. 1 deprecated

Deprecated Attributes

These attributes are deprecated and should not be used in new code. See each attribute for migration guidance.

connection.rtt Deprecated

integer PII: Maybe OTel: False

Specifies the estimated effective round-trip time of the current connection, in milliseconds.

Example 100
Aliases network.connection.rtt
SDKs javascript-browser

Use network.connection.rtt instead.

Old attribute name (no official namespace), to be replaced with network.connection.rtt for span-first future

Status: backfill

Changelog
next #279 Added and deprecated attribute to document JS SDK's current behaviour
Raw JSON
{
  "key": "connection.rtt",
  "brief": "Specifies the estimated effective round-trip time of the current connection, in milliseconds.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 100,
  "deprecation": {
    "replacement": "network.connection.rtt",
    "reason": "Old attribute name (no official namespace), to be replaced with network.connection.rtt for span-first future",
    "_status": "backfill"
  },
  "alias": [
    "network.connection.rtt"
  ],
  "sdks": [
    "javascript-browser"
  ],
  "changelog": [
    {
      "version": "next",
      "prs": [
        279
      ],
      "description": "Added and deprecated attribute to document JS SDK's current behaviour"
    }
  ]
}