Overview
-
module Traces-
module BackendThe backend implementation is responsible for recording and reporting traces.
-
module CaptureA backend which logs all spans to the Capture logger output.
-
class SpanA span which validates tag assignment.
-
module InterfaceThe capture backend interface.
-
-
module ConsoleA backend which logs all spans to the console logger output.
-
class SpanA span which validates tag assignment.
-
module InterfaceThe console backend interface.
-
-
module TestA backend which validates interface usage.
-
class SpanA span which validates tag assignment.
-
module InterfaceThe test backend interface.
-
-
-
class ConfigRepresents a configuration for the traces library.
-
class ContextA generic representation of the current tracing context.
-
module Provider -
module Singleton
-