feat: add /healtz and /readyz endpoints to standalone Gateway - #26988
Merged
pawbana merged 1 commit intoJul 8, 2026
Merged
Conversation
This was referenced Jul 6, 2026
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
pawbana
requested review from
dannykopping and
ssncferreira
and removed request for
dannykopping
July 6, 2026 09:25
pawbana
marked this pull request as ready for review
July 6, 2026 09:25
dannykopping
approved these changes
Jul 7, 2026
pawbana
force-pushed
the
pawel/aigov-316-add-health-endpoints-to-standalone-ai-gateway
branch
2 times, most recently
from
July 7, 2026 14:42
ec1e5b3 to
f378478
Compare
pawbana
force-pushed
the
pawel/aigov-315-implement-basic-coder-aibridge-start-sub-command
branch
from
July 7, 2026 14:42
a76de94 to
2d2bb0c
Compare
Base automatically changed from
pawel/aigov-315-implement-basic-coder-aibridge-start-sub-command
to
main
July 8, 2026 09:12
pawbana
force-pushed
the
pawel/aigov-316-add-health-endpoints-to-standalone-ai-gateway
branch
from
July 8, 2026 09:13
f378478 to
8d475a7
Compare
Contributor
Documentation CheckUpdates Needed
New Documentation Needed
Note The broader standalone gateway setup documentation gap originates from PR #26605. This PR adds user-facing health endpoints that should be included when those docs are written. Automated review via Coder Agents |
pawbana
enabled auto-merge (squash)
July 8, 2026 09:25
pawbana
deleted the
pawel/aigov-316-add-health-endpoints-to-standalone-ai-gateway
branch
July 8, 2026 09:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds
/healthzand/readyzendpoints to standalone AI Gateway./healthz: returns 200 once the AI Gateways HTTP server is listening./readyz: returns 200 when the DRPC connection tocoderdis established.Cleanup:
Removed
initConnection*fields fromaibridged.Serveras they where not used anywhere.