Package org.pipecraft.infra.monitoring.sampling
-
Interface Summary Interface Description Sampler<T> Allows sampling values from a streamSampleTextualizer<T> Converts sample items into a text representation -
Class Summary Class Description BlockingSampler<T> A utility for sampling of recent values, using a blocking approach for guaranteeing k latest events in a FIFO order.InaccurateSampler<T> A utility for sampling of recent values, using a non-blocking approach for improved performance.SimpleSampleTextualizer<T> A sample textualizer that uses the items toString().ThrowableTextualizer A sample textualizer for throwable objects.