Crate tracing_dynamic

source ·

Type Aliases

  • 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 allows creating spans with attributes defined at runtime. It leaks memory to do this, so create span factories once and reuse them.