TelemetrySpan
interface TelemetrySpan
A timed unit of work reported to the installed TelemetrySink.
Obtain one from Telemetry.startSpan and always stop it — preferably from a finally block, or by using traced, which stops the span for you.
Implementations must be safe to call from any thread and must never throw.