Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 715 Bytes

File metadata and controls

25 lines (17 loc) · 715 Bytes

Params Attributes

Deprecated Attributes

These attributes are deprecated and will be removed in a future version. Please use the recommended replacements.

params.<key>

Decoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.

Property Value
Type string
Has PII maybe
Exists in OpenTelemetry No
Has dynamic suffix Yes
Example params.id='123'
Deprecated Yes, use url.path.parameter.\<key\> instead
Aliases url.path.parameter.\<key\>