user_agent.original
string PII: Maybe OTel: True Value of the HTTP User-Agent header sent by the client.
Example
Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1 Aliases
http.user_agent Raw JSON
{
"key": "user_agent.original",
"brief": "Value of the HTTP User-Agent header sent by the client.",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": true,
"example": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1",
"alias": [
"http.user_agent"
]
}