Module minitrace::collector

source ·
Expand description

Collector and the collected spans.

Structs§

  • Configuration of the behavior of the global collector.
  • A console reporter that prints span records to the stderr.
  • A record of an event that occurred during the execution of a span.
  • A struct representing the context of a span, including its TraceId and SpanId.
  • An identifier for a span within a trace.
  • A record of a span that includes all the information about the span, such as its identifiers, timing information, name, and associated properties.
  • An identifier for a trace, which groups a set of related spans together.

Traits§

  • A trait defining the behavior of a reporter. A reporter is responsible for handling span records, typically by sending them to a remote service for further processing and analysis.