Crate tracing_dynamic

Crate tracing_dynamic 

Source

Type Aliasesยง

EventFactory
Event factory allows creating events with attributes defined at runtime. It leaks memory to do this, so create event factories once and reuse them.
SpanFactory
SpanFactory allows creating spans with attributes defined at runtime. It leaks memory to do this, so create span factories once and reuse them.