params.<key>
string PII: Maybe OTel: False Dynamic Decoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.
Example
params.id='123' Aliases
url.path.parameter.<key> Dynamic Suffix Yes - the key contains dynamic parts
Raw JSON
{
"key": "params.<key>",
"brief": "Decoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.",
"has_dynamic_suffix": true,
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": "params.id='123'",
"alias": [
"url.path.parameter.<key>"
]
}