TraceAttributes::URL_ORIGINAL
Unmodified original URL as seen in the event source.
In network monitoring, the observed URL may be a full URL, whereas in access logs, the URL is often just represented as a path. This field is meant to represent the URL as it was observed, complete or not. `url.original` might contain credentials passed via URL in form of `https://username:password@www.example.com/`. In such case password and username SHOULD NOT be redacted and attribute's value SHOULD remain the same.
@example https://www.foo.bar/search?q=OpenTelemetry#SemConv @example search?q=OpenTelemetry
File
-
vendor/
open-telemetry/ sem-conv/ TraceAttributes.php, line 4130
Class
Namespace
OpenTelemetry\SemConvCode
public const URL_ORIGINAL = 'url.original';