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
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"
}
]
}