Expand description
Instrumentation implementation for substrate.
This crate is unstable and the API and usage may change.
§Usage
See sp-tracing for examples on how to use tracing.
Currently we only provide Log (default).
Modules§
Structs§
- LogTrace
Handler  - TraceHandler for sending span data to the logger
 - Profiling
Layer  - Responsible for assigning ids to new spans, which are not re-used.
 - Span
Datum  - Represents a single instance of a tracing span
 - Trace
Event  - Represents a tracing event, complete with values
 - Values
 - Holds associated values for a tracing span
 
Enums§
- Trace
Handler Events  - Trace handler event types.
 - Tracing
Receiver  - Used to configure how to receive the metrics
 
Traits§
- Trace
Handler  - A handler for tracing 
SpanDatum