Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
cf2a1a4d
Unverified
Commit
cf2a1a4d
authored
Aug 02, 2024
by
Bongwon Jang
Committed by
GitHub
Aug 01, 2024
Browse files
Fix tracing.py (#7065)
parent
25235779
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/tracing.py
vllm/tracing.py
+1
-1
No files found.
vllm/tracing.py
View file @
cf2a1a4d
...
...
@@ -15,7 +15,7 @@ try:
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment