package
0.0.0-20240708025942-3c5b4e28a081
Repository: https://github.com/rhysh/go-tracing-toolbox.git
Documentation: pkg.go.dev
# Functions
AllRunning returns time ranges relative to the Span's start when any children of the span were running and when any children of the span were blocked on the network.
No description provided by the author
Running returns time ranges relative to the Span's start when the Span was running, when it was blocked for various reasons, and when it was doing assist work.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
A Span describes a single goroutine's contribution of a unit of useful work.
A TreeSummary describes the overall behavior of a tree of Spans.