Skip to content

Commit

Permalink
fix: Swapping out from GRPC to HTTP so that it's cross compatible with
Browse files Browse the repository at this point in the history
phoenix
  • Loading branch information
elviskahoro committed Oct 16, 2024
1 parent be5eda1 commit 1b68189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_v2/chat_v2/page_chat/chat_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Import open-telemetry dependencies
from opentelemetry import trace
from opentelemetry.exporter.otlp.proto.grpc.trace_exporter import OTLPSpanExporter
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
from opentelemetry.sdk import trace as trace_sdk
from opentelemetry.sdk.resources import Resource
from opentelemetry.sdk.trace.export import BatchSpanProcessor, ConsoleSpanExporter
Expand Down

0 comments on commit 1b68189

Please sign in to comment.