Class InProcessSampledSpanStoreImpl


@ThreadSafe public final class InProcessSampledSpanStoreImpl extends SampledSpanStoreImpl
In-process implementation of the SampledSpanStore.
  • Field Details

    • NUM_SAMPLES_PER_LATENCY_BUCKET

      private static final int NUM_SAMPLES_PER_LATENCY_BUCKET
      See Also:
    • NUM_SAMPLES_PER_ERROR_BUCKET

      private static final int NUM_SAMPLES_PER_ERROR_BUCKET
      See Also:
    • TIME_BETWEEN_SAMPLES

      private static final long TIME_BETWEEN_SAMPLES
    • NUM_LATENCY_BUCKETS

      private static final int NUM_LATENCY_BUCKETS
    • NUM_ERROR_BUCKETS

      private static final int NUM_ERROR_BUCKETS
    • MAX_PER_SPAN_NAME_SAMPLES

      private static final int MAX_PER_SPAN_NAME_SAMPLES
    • eventQueue

      private final EventQueue eventQueue
    • samples

  • Constructor Details

    • InProcessSampledSpanStoreImpl

      InProcessSampledSpanStoreImpl(EventQueue eventQueue)
      Constructs a new InProcessSampledSpanStoreImpl.
  • Method Details