Skip to content

Commit f238a06

Browse files
Update libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e948c90 commit f238a06

File tree

1 file changed

+1
-1
lines changed
  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core

1 file changed

+1
-1
lines changed

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
from typing import Any, Optional
99

1010
from opentelemetry import trace
11+
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
1112
from opentelemetry.sdk.resources import SERVICE_NAME, SERVICE_NAMESPACE, Resource
1213
from opentelemetry.sdk.trace import TracerProvider
1314
from opentelemetry.sdk.trace.export import ConsoleSpanExporter
14-
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
1515

1616
from .exporters.agent365_exporter import _Agent365Exporter
1717
from .exporters.agent365_exporter_options import Agent365ExporterOptions

0 commit comments

Comments
 (0)