OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_URL_ORIGINALConst Experimental

    ATTR_URL_ORIGINAL: "url.original" = ...

    Unmodified original URL as seen in the event source.

    https://www.foo.bar/search?q=OpenTelemetry#SemConv
    
    search?q=OpenTelemetry
    

    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.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.