# Functions
ExcludeFilterFields returns a docs spec for the fields within a metadata config struct.
IncludeFilterDocs returns a docs spec for a metadata filter where keys are ignored by default and must be explicitly included.
NewExcludeFilterConfig returns a Metadata configuration struct with default values.
NewIncludeFilterConfig returns an IncludeFilterConfig struct with default values.
# Structs
ExcludeFilter provides a way to filter metadata keys based on a Metadata config.
ExcludeFilterConfig describes actions to be performed on message metadata before being sent to an output destination.
IncludeFilter provides a way to filter keys based on a Config.
IncludeFilterConfig contains configuration fields for a metadata filter where keys are ignored by default and must be explicitly included.