-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
All counter metrics reports 0 while the xxx_summary_us_count is not 0 #8125
Comments
hi, are you able to see histogram metrics? try --metrics-config histogram_latencies=true |
Hi, @geraldstanje thanks for the reply! |
@chunyanlv What you mean by its not clear? Do you see a histrogram in the /metrics endpoint? Whats your command to startup triton? Can you try with verson 2.55.0? |
Hi, @geraldstanje We can't upgrade it to 2.55.0. I don't see any histrogram in the current /metrics endpoint. Here is the command of setting up triton:
|
turns out the python_backend doesn't emit count metrics. |
but how to close this issue? |
Why close? |
Hi, I am running a model in Triton Inference Sever and trying to get the metrics for performance monitoring.
I am now dealing with a case that all the below counter metrics are reporting 0, they are all not increasing.
However the summary metrics like
nv_inference_compute_input_summary_us_count
,nv_inference_compute_infer_summary_us_count
andnv_inference_compute_output_summary_us_count
are reporting correctly, those xxx_summary_us_count are increasing correctly.Here is the configuration for metrics:
Current version of the triton inference server that I used is 2.51.0.
Can someone help with this? What could be wrong?
The text was updated successfully, but these errors were encountered: