-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to start/expose the metrics end point of the Triton Server via openai_frontend/main.py arguments #7954
Comments
argument for metrics server enabling is missing in the method below in main.py def parse_args():
|
Hi @shuknk8s, for the OpenAI code you linked, you should be able to see the Triton Core metrics published at server/python/openai/openai_frontend/frontend/fastapi/routers/observability.py Lines 33 to 35 in 153ba03
We could also consider exposing the Triton Core metrics through the |
Thank you so much for your kind attention and prompt response. It would be great if you can provide a command line argument to main.py to enable metrics server explicitly with option to specify port so that we can use it deployment manifest to facilitate scaling using hpa. one side question if you don't mind attending to : why a very small number like 16 -20 is selected for max token while inferencing if we specify max token to None in client request , by default vllm sets this number to model context length but open ai front end or triton server is overriding the max token value , is there a way to specify the value while using open ai front end and also I am unable to set triton environment variables to modify triton server behavior while using open ai front end. |
Could not find an argument similar to --enable-kserve-frontends (which enables exposing Triton Server Kfserve http and grpc end points) for enabling/exposing the metrics end point in openai_frontend/main.py args.
The text was updated successfully, but these errors were encountered: