Class: Datadog::Tracing::Pipeline::SpanFilter
- Inherits:
-
SpanProcessor
- Object
- SpanProcessor
- Datadog::Tracing::Pipeline::SpanFilter
- Defined in:
- lib/datadog/tracing/pipeline/span_filter.rb
Overview
SpanFilter implements a processor that filters entire span subtrees This processor executes the configured ‘operation` for each Span in a TraceSegment.
If ‘operation` returns a truthy value for a span, that span is dropped, otherwise the span is kept.
Method Summary
Methods inherited from SpanProcessor
Constructor Details
This class inherits a constructor from Datadog::Tracing::Pipeline::SpanProcessor