[][src]Module holochain_tracing::span_map

A HashMap of finished span. Used by ConsoleReporter.

Functions

get_span_position

gives the depth and sibling offset of a span

print_span

Print a single span

print_span_events

Print a span but only its logs

print_span_map

Print the span_map as a tree

print_span_stack

Print a single span with it's hierachy

Type Definitions

FinishedSpan

Sugar, as we are using rusttracing specifically with rustracing_jaeger

SpanMap

A HashMap of finished span. Key is span_id.