Uses of Interface
com.loomcache.server.observability.DistributedTracer.SpanExporter
Packages that use DistributedTracer.SpanExporter
-
Uses of DistributedTracer.SpanExporter in com.loomcache.server.observability
Constructors in com.loomcache.server.observability with parameters of type DistributedTracer.SpanExporterModifierConstructorDescriptionDistributedTracer(double sampleRate, int ringBufferCapacity, @Nullable DistributedTracer.SpanExporter exporter, io.micrometer.core.instrument.MeterRegistry meterRegistry) Create a new DistributedTracer with custom configuration.