We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124144e commit af470c5Copy full SHA for af470c5
1 file changed
tests/observability/core/test_baggage_builder.py
@@ -108,7 +108,7 @@ def test_baggage_propagates_to_child_spans(self):
108
processor = SimpleSpanProcessor(exporter)
109
provider.add_span_processor(processor)
110
111
- # Also add the Agent365 span processor directly
+ # Also add the Microsoft Agent 365 span processor directly
112
from microsoft_agents_a365.observability.core.trace_processor.span_processor import (
113
SpanProcessor as Agent365SpanProcessor,
114
)
0 commit comments