public class SpanIgnoringSpanFilter extends Object implements SpanFilter
SpanFilter that ignores spans via names.| Constructor and Description |
|---|
SpanIgnoringSpanFilter(List<String> spanNamePatternsToSkip,
List<String> additionalSpanNamePatternsToIgnore) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExportable(FinishedSpan span)
Called to export sampled
Spans. |
public boolean isExportable(FinishedSpan span)
SpanFilterSpans.isExportable in interface SpanFilterspan - the collection of sampled Spans to be exported.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.