Uses of Interface
io.vertigo.core.analytics.trace.Tracer
Packages that use Tracer
Package
Description
-
Uses of Tracer in io.vertigo.core.analytics
Methods in io.vertigo.core.analytics that return types with arguments of type TracerMethod parameters in io.vertigo.core.analytics with type arguments of type TracerModifier and TypeMethodDescriptionvoidTraces a process and collects metrics during its execution.<O> OAnalyticsManager.traceWithReturn(String category, String name, Function<Tracer, O> function) Traces a process that has a return value (and collects metrics during its execution). -
Uses of Tracer in io.vertigo.core.analytics.trace
Methods in io.vertigo.core.analytics.trace that return TracerModifier and TypeMethodDescriptionTracer.incMeasure(String name, double value) Increments a measure (creates if not exists).Tracer.setMeasure(String name, double value) Sets a value to the measure.Tracer.setMetadata(String name, String value) Sets a value to a specific metadata.Sets a value to a specific tag. -
Uses of Tracer in io.vertigo.core.impl.analytics
Methods in io.vertigo.core.impl.analytics that return types with arguments of type TracerMethod parameters in io.vertigo.core.impl.analytics with type arguments of type TracerModifier and TypeMethodDescriptionvoidTraces a process and collects metrics during its execution.<O> OAnalyticsManagerImpl.traceWithReturn(String category, String name, Function<Tracer, O> function) Traces a process that has a return value (and collects metrics during its execution). -
Uses of Tracer in io.vertigo.core.impl.analytics.trace
Methods in io.vertigo.core.impl.analytics.trace that return types with arguments of type TracerModifier and TypeMethodDescriptionTracerProviderUtil.getCurrentTracer()Returns the current Tracer instance, if one exists.Method parameters in io.vertigo.core.impl.analytics.trace with type arguments of type TracerModifier and TypeMethodDescriptionstatic voidTracerProviderUtil.trace(String category, String name, Consumer<Tracer> consumer, Consumer<TraceSpan> onCloseConsumer) Traces the execution of a block of code.static <O> OTracerProviderUtil.traceWithReturn(String category, String name, Function<Tracer, O> function, Consumer<TraceSpan> onCloseConsumer) Traces the execution of a block of code and returns a result.