Uses of Interface
com.yahoo.vespa.streamingvisitors.tracing.TraceExporter
Packages that use TraceExporter
-
Uses of TraceExporter in com.yahoo.vespa.streamingvisitors
Methods in com.yahoo.vespa.streamingvisitors that return TraceExporterConstructors in com.yahoo.vespa.streamingvisitors with parameters of type TraceExporterModifierConstructorDescriptionTracingOptions(ai.vespa.sampling.SamplingStrategy samplingStrategy, TraceExporter traceExporter, ai.vespa.sampling.MonotonicNanoClock clock, int traceLevelOverride, double traceTimeoutMultiplierThreshold) -
Uses of TraceExporter in com.yahoo.vespa.streamingvisitors.tracing
Classes in com.yahoo.vespa.streamingvisitors.tracing that implement TraceExporterModifier and TypeClassDescriptionclassTrace exporter which dumps traces and their description as warning-entries in the Vespa log.classTrace exporter which only exports a subset of traces as decided by the provided sampling strategy.Constructors in com.yahoo.vespa.streamingvisitors.tracing with parameters of type TraceExporterModifierConstructorDescriptionSamplingTraceExporter(TraceExporter wrappedExporter, ai.vespa.sampling.SamplingStrategy samplingStrategy)