Skip to content

Commit 91a3d6c

Browse files
Merge branch 'users/robrandao/otlp-span-exporter-default' of https://github.com/microsoft/Agent365-python into users/robrandao/otlp-span-exporter-default
2 parents a71d05d + f238a06 commit 91a3d6c

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)