Skip to content

Commit 55ba291

Browse files
Changing submodule used to import OTLPSpanExporter
1 parent 5ce0785 commit 55ba291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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,7 +8,7 @@
88
from typing import Any, Optional
99

1010
from opentelemetry import trace
11-
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
11+
from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter
1212
from opentelemetry.sdk.resources import SERVICE_NAME, SERVICE_NAMESPACE, Resource
1313
from opentelemetry.sdk.trace import TracerProvider
1414
from opentelemetry.sdk.trace.export import ConsoleSpanExporter

0 commit comments

Comments
 (0)