mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +00:00

new_span_id
into new_span
(#37)
This branch changes the semantics of that function to be "notifying the
subscriber of the creation of a new span", rather than simply
"requesting a new ID".
This introduces some new guarantees to the `new_span` API (as discussed
in
f7bc34651e (r30777026)
),
but I think they can reasonably addressed as part of future changes.
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Description
Languages
Rust
99.8%
Shell
0.2%