enriched_span Module
Enriched ReadableSpan wrapper for adding attributes to immutable spans.
Vendored from microsoft-agents-a365-observability-core exporters/enriched_span.py.
Classes
| EnrichedReadableSpan |
Wrapper to add attributes to an immutable ReadableSpan. Since ReadableSpan is immutable after a span ends, this wrapper allows extensions to add additional attributes before export without modifying the original span. |