# Functions
GetTraceTree converts a set slice of spans into a SpanTree.
PrettyPrintTrace pretty prints a Trace.
Setup sets up port forwarding to Zipkin and sets the knative-eventing tracing config to debug mode (everything is sampled).
# Structs
SpanTree is the tree of Spans representation of a Trace.
TestSpanTree is the expected version of SpanTree used for assertions in testing.