Class SamplingTraceExporter
java.lang.Object
com.yahoo.vespa.streamingvisitors.tracing.SamplingTraceExporter
- All Implemented Interfaces:
TraceExporter
Trace exporter which only exports a subset of traces as decided by the provided sampling strategy.
-
Constructor Summary
ConstructorsConstructorDescriptionSamplingTraceExporter(TraceExporter wrappedExporter, ai.vespa.sampling.SamplingStrategy samplingStrategy) -
Method Summary
Modifier and TypeMethodDescriptionvoidmaybeExport(Supplier<TraceDescription> traceDescriptionSupplier)
-
Constructor Details
-
SamplingTraceExporter
public SamplingTraceExporter(TraceExporter wrappedExporter, ai.vespa.sampling.SamplingStrategy samplingStrategy)
-
-
Method Details
-
maybeExport
- Specified by:
maybeExportin interfaceTraceExporter
-