Overview
-
module Traces
-
module Backend
The backend implementation is responsible for recording and reporting traces.
-
module Capture
A backend which logs all spans to the Capture logger output.
-
class Span
A span which validates tag assignment.
-
module Interface
The capture backend interface.
-
-
module Console
A backend which logs all spans to the console logger output.
-
class Span
A span which validates tag assignment.
-
module Interface
The console backend interface.
-
-
module Test
A backend which validates interface usage.
-
class Span
A span which validates tag assignment.
-
module Interface
The test backend interface.
-
-
-
class Config
Represents a configuration for the traces library.
-
class Context
A generic representation of the current tracing context.
-
module Provider
-
module Singleton
-