opentelemetry_semantic_conventions::attribute

Constant URL_ORIGINAL

Source
pub const URL_ORIGINAL: &str = "url.original";
Expand description

Unmodified original URL as seen in the event source.

§Notes

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.

§Examples

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