[Serve] Add http request latency - #32839
Conversation
fd015c9 to
ff3fdc5
Compare
There was a problem hiding this comment.
Do you know why this test was passing before if these metrics didn't exist yet?
There was a problem hiding this comment.
Sorry I misunderstood, this is a different metric. Still want to know if it was passing or not running though
There was a problem hiding this comment.
It is same metric, the reason it can pass before because we check whether the deployment_processing_latency_ms_sum string is inside the metrics blob.
For this change, I just want to make the test check more restrict.
architkulkarni
left a comment
There was a problem hiding this comment.
Looks good to me pending Edward's suggestions, and it would be good to double check that the test is running in CI
e4bff52 to
265bba0
Compare
Signed-off-by: Sihan Wang <sihanwang41@gmail.com>
Signed-off-by: Sihan Wang <sihanwang41@gmail.com>
265bba0 to
5d89517
Compare
| - The number of non-200 HTTP responses returned by each deployment. | ||
| * - ``serve_http_request_latency_ms`` [*] | ||
| - * endpoint | ||
| - The end-to-end latency of HTTP requests (measured from the Serve HTTP proxy). |
There was a problem hiding this comment.
| - The end-to-end latency of HTTP requests (measured from the Serve HTTP proxy). | |
| - A histogram of end-to-end latencies for HTTP requests (measured from the Serve HTTP proxy). |
There was a problem hiding this comment.
I will stick to the original one since it is following our current words convention.
|
@edoakes ping for merge! |
Add http request latency metrics. Signed-off-by: Jack He <jackhe2345@gmail.com>
Add http request latency metrics. Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Add http request latency metrics.
Add http request latency metrics. Signed-off-by: elliottower <elliot@elliottower.com>
Add http request latency metrics. Signed-off-by: Jack He <jackhe2345@gmail.com>
Why are these changes needed?
Add http request latency metrics.
Related issue number
Closes #32711
Checks
git commit -s) in this PR.scripts/format.shto lint the changes in this PR.