Expand description
Span description scrubbing logic.
Functions§
- concatenate_
host_ and_ port - Concatenate an optional host and an optional port.
- scrub_
db_ query - Scrubs a DB query string based on relevant attributes within DB spans.
- scrub_
domain_ name - Sanitize a qualified domain string.
- scrub_
host - Scrub a
Hostobject. - scrub_
http - Returns a scrubbed HTTP description of the format: “{method} {scheme}://{domain}” given a method, url, and a list of allowed hosts.
- scrub_
ipv4 - Scrub an IPv4 address.
- scrub_
ipv6 - Scrub an IPv6 address.