in toolkit/log/span.go [65:70]
func (s *otelSpan) GetSpanID() string { if !s.IsValid() { return "" } return s.span.SpanContext().SpanID().String() }