Trait tracing_ecs::AttributeMapper
source · pub trait AttributeMapper: Send + Sync + 'static {
// Required method
fn map(&self, span_name: &str, name: Cow<'static, str>) -> Cow<'static, str>;
}
Expand description
Map span attributes to record name