Package com.yahoo.vespa.streamingvisitors.tracing


package com.yahoo.vespa.streamingvisitors.tracing
  • Class
    Description
    Trace exporter which dumps traces and their description as warning-entries in the Vespa log.
    Very basic sampling strategy which allows for sampling N requests within a fixed time window.
    Clock which returns a monotonically increasing timestamp from an undefined epoch.
    Simple implementation of OpenCensus algorithm for probabilistic rate limiting as outlined in https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/Sampling.md
    A sampling strategy makes the high-level decision of whether or not a query should be traced.
    Trace exporter which only exports a subset of traces as decided by the provided sampling strategy.
    High-level description of a trace and the actual trace itself.
    Potentially exports a trace to an underlying consumer.