pub fn dbg_plan<S: Display, T: Clone + 'static>(segment: S, plan: &T)
Create a span identified by segment and trace plan in it.
segment
plan
This primitive is useful for instrumentic code, see this commit1 for an example.
https://github.com/MaterializeInc/materialize/commit/2ce93229 ↩