However, for the fastapi part, it seems not working. The otel.library.name should be for ASGI rather than vllm_engine. Are there other environment variables or arguments should be provided instead of only opentelemetry-instrument vllm serve facebook/opt-125m
Before submitting a new issue...
[X] Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Your current environment
How would you like to use vllm
I am running a fastapi of a llama model. Based on vllm/examples/production_monitoring /Otel.md I am able to us
dummy_client.py
. As followed imageHowever, for the fastapi part, it seems not working. The
otel.library.name
should be forASGI
rather thanvllm_engine
. Are there other environment variables or arguments should be provided instead of onlyopentelemetry-instrument vllm serve facebook/opt-125m
Before submitting a new issue...