Package sonia.scm.trace


package sonia.scm.trace
  • Class
    Description
    An exporter could be used to collect and process spans.
    A span represents a single unit of work e.g.
    The SpanContext represents a finished span which could be processed by an Exporter.
    The tracer api allows the tracing of long running tasks, such as calling external systems.