[Diffusion] Is there support for /metrics endpoint in SGLang Diffusion (Qwen-Image) #18576
Unanswered
capri-xiyue
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am deploying a diffusion model (Qwen/Qwen-Image-2512) using the sglang[diffusion] package on Kubernetes . However I am unable to access the /metrics endpoint when running in diffusion mode.
Environment:
The Issue: Even with --enable-metrics specified in the launch arguments, requests to the /metrics endpoint return a 404 Not Found.
Logs:
Questions:
Is the /metrics endpoint currently supported for the diffusion runtime ?
If not, is there a planned roadmap to bring the Prometheus metrics (like sglang:xxxx) to the diffusion-side of the project?
Reproducible Deployment Snippet:
Thank you for the help!
Beta Was this translation helpful? Give feedback.
All reactions