in src/kvp.rs [100:105]
fn as_str(&self) -> &'static str { match self { SpanStatus::Success => "success", SpanStatus::Failure => "failure", } }