-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Serve] Ray Dashboard reports HTTP 204 under Error QPS #47895
Comments
chasleslr
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Oct 4, 2024
I will fix that, current check is only checked against status code 200
|
Shall we consider whatever doesn't start with 2xx an error? I guess its more of a business-oriented decision but this sounds a general approach that fit most. wdyt @edoakes |
8 tasks
Fix added |
@Superskyyy yes I think characterizing |
GeneDer
removed
the
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
label
Oct 15, 2024
jecsand838
pushed a commit
to jecsand838/ray
that referenced
this issue
Dec 4, 2024
…ject#47896) Closes: ray-project#47895 --------- Signed-off-by: Superskyyy <yihaochen@apache.org> Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: Connor Sanders <connor@elastiflow.com>
dentiny
pushed a commit
to dentiny/ray
that referenced
this issue
Dec 7, 2024
…ject#47896) Closes: ray-project#47895 --------- Signed-off-by: Superskyyy <yihaochen@apache.org> Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: hjiang <dentinyhao@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened + What you expected to happen
When a deployment returns an HTTP 204, it is reported as an error in the Ray Dashboard. Specifically, these queries are reported under the "Error QPS" charts. An HTTP 2xx should not be considered as an error.
Versions / Dependencies
macOS 14.3
Python: 3.12
ray[serve] 2.37.0
Reproduction script
Issue Severity
None
The text was updated successfully, but these errors were encountered: