Skip to content

Commit cf2a1a4

Browse files
authored
Fix tracing.py (#7065)
1 parent 2523577 commit cf2a1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL)
1616
from opentelemetry.sdk.trace import TracerProvider
1717
from opentelemetry.sdk.trace.export import BatchSpanProcessor
18-
from opentelemetry.semconv.ai import SpanAttributes as BaseSpanAttributes
18+
from opentelemetry.semconv_ai import SpanAttributes as BaseSpanAttributes
1919
from opentelemetry.trace import SpanKind, Tracer, set_tracer_provider
2020
from opentelemetry.trace.propagation.tracecontext import (
2121
TraceContextTextMapPropagator)

0 commit comments

Comments
 (0)