Skip to content

Commit e21f930

Browse files
authored
Fix typo in Agent365Exporter class docstring
1 parent ab2943e commit e21f930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/agent365_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
class Agent365Exporter(SpanExporter):
3939
"""
40-
Agent365 span exporter for Agent365:
40+
Agent 365 span exporter for Agent 365:
4141
* Partitions spans by (tenantId, agentId)
4242
* Builds OTLP-like JSON: resourceSpans -> scopeSpans -> spans
4343
* POSTs per group to https://{endpoint}/maven/agent365/agents/{agentId}/traces?api-version=1

0 commit comments

Comments
 (0)