Skip to main content

Module trace_filter

Module trace_filter 

Source
Expand description

Trace-level filter logic for client-side stats (filter_tags, filter_tags_regex, ignore_resources as published by the agent’s /info endpoint).

Structs§

TraceFilterer
Applies trace-level filters derived from the agent’s /info endpoint configuration: filter_tags, filter_tags_regex, and ignore_resources.

Traits§

Span
Minimal span interface required by TraceFilterer.