We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #4241
Apparently this fix in 3.x for health was lost in the conversion to observers.
Run a Helidon server (such as the SE or MP QuickStart app) with health support, access the health endpoint, and inspect the returned headers.
< HTTP/1.1 204 No Content < Date: Mon, 20 Jan 2025 16:53:35 -0600 < Connection: keep-alive < Content-Length: 0 <
Compare to the headers returned from the metrics endpoint:
< HTTP/1.1 200 OK < Date: Mon, 20 Jan 2025 16:52:49 -0600 < Cache-Control: no-cache < Cache-Control: no-store < Cache-Control: must-revalidate < Cache-Control: no-transform < Connection: keep-alive < Content-Length: 7118 < Content-Type: text/plain <
The text was updated successfully, but these errors were encountered:
tjquinno
Successfully merging a pull request may close this issue.
Environment Details
Problem Description
See #4241
Apparently this fix in 3.x for health was lost in the conversion to observers.
Steps to reproduce
Run a Helidon server (such as the SE or MP QuickStart app) with health support, access the health endpoint, and inspect the returned headers.
Compare to the headers returned from the metrics endpoint:
The text was updated successfully, but these errors were encountered: