Skip to content

Commit

Permalink
Fix tracing.py (#7065)
Browse files Browse the repository at this point in the history
  • Loading branch information
bong-furiosa authored Aug 2, 2024
1 parent 2523577 commit cf2a1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL)
from opentelemetry.sdk.trace import TracerProvider
from opentelemetry.sdk.trace.export import BatchSpanProcessor
from opentelemetry.semconv.ai import SpanAttributes as BaseSpanAttributes
from opentelemetry.semconv_ai import SpanAttributes as BaseSpanAttributes
from opentelemetry.trace import SpanKind, Tracer, set_tracer_provider
from opentelemetry.trace.propagation.tracecontext import (
TraceContextTextMapPropagator)
Expand Down

0 comments on commit cf2a1a4

Please sign in to comment.