Unverified Commit e739c29e authored by Vlad Tiberiu Mihailescu's avatar Vlad Tiberiu Mihailescu Committed by GitHub
Browse files

[CI/Build] Add opentelemetry libs in default vllm build (requirements/common.txt) (#34466)


Signed-off-by: default avatarVlad Mihailescu <vtmihailescu@gmail.com>
parent a55caf6a
# Setup OpenTelemetry POC # Setup OpenTelemetry POC
1. Install OpenTelemetry packages: > **Note:** The core OpenTelemetry packages (`opentelemetry-sdk`, `opentelemetry-api`, `opentelemetry-exporter-otlp`, `opentelemetry-semantic-conventions-ai`) are bundled with vLLM. Manual installation is not required.
```bash
pip install \
'opentelemetry-sdk>=1.26.0,<1.27.0' \
'opentelemetry-api>=1.26.0,<1.27.0' \
'opentelemetry-exporter-otlp>=1.26.0,<1.27.0' \
'opentelemetry-semantic-conventions-ai>=0.4.1,<0.5.0'
```
1. Start Jaeger in a docker container: 1. Start Jaeger in a docker container:
......
...@@ -53,3 +53,7 @@ model-hosting-container-standards >= 0.1.13, < 1.0.0 ...@@ -53,3 +53,7 @@ model-hosting-container-standards >= 0.1.13, < 1.0.0
mcp mcp
grpcio grpcio
grpcio-reflection grpcio-reflection
opentelemetry-sdk >= 1.27.0
opentelemetry-api >= 1.27.0
opentelemetry-exporter-otlp >= 1.27.0
opentelemetry-semantic-conventions-ai >= 0.4.1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment