Module tree

Source
Expand description

The core tree structure of tracing-forest.

This module provides methods used for log inspection when using capture. It consists of three types: Tree, Span, and Event.

Structs§

Event
A leaf node in the log tree carrying information about a Tracing event.
ExpectedEventError
Error returned by Tree::event.
ExpectedSpanError
Error returned by Tree::span.
Field
A key-value pair recorded from trace data.
Span
An internal node in the log tree carrying information about a Tracing span.

Enums§

Tree
A node in the log tree, consisting of either a Span or an Event.