# Functions
NewBlacklister creates a new Blacklister based on the given list of regular expressions.
NewReplacer returns a new Replacer which will use the given set of rules.
# Structs
Blacklister holds a list of regular expressions which will match resources on spans that should be dropped.
Replacer is a filter which replaces tag values based on its settings.