Class SamplingTraceExporter
- java.lang.Object
-
- com.yahoo.vespa.streamingvisitors.tracing.SamplingTraceExporter
-
- All Implemented Interfaces:
TraceExporter
public class SamplingTraceExporter extends Object implements TraceExporter
Trace exporter which only exports a subset of traces as decided by the provided sampling strategy.
-
-
Constructor Summary
Constructors Constructor Description SamplingTraceExporter(TraceExporter wrappedExporter, SamplingStrategy samplingStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
maybeExport(Supplier<TraceDescription> traceDescriptionSupplier)
-
-
-
Constructor Detail
-
SamplingTraceExporter
public SamplingTraceExporter(TraceExporter wrappedExporter, SamplingStrategy samplingStrategy)
-
-
Method Detail
-
maybeExport
public void maybeExport(Supplier<TraceDescription> traceDescriptionSupplier)
- Specified by:
maybeExport
in interfaceTraceExporter
-
-