feat: bound global admission and expose running backend traces - #11560
Open
richiejp wants to merge 1 commit into
Open
feat: bound global admission and expose running backend traces#11560richiejp wants to merge 1 commit into
richiejp wants to merge 1 commit into
Conversation
richiejp
marked this pull request as draft
August 17, 2026 09:23
Add process-wide backend execution admission without blocking UI or administrative HTTP work. Represent backend operations while they are in flight, surface running traces with immediate log links, and tie streaming admission leases to the gRPC receive lifecycle. Assisted-by: OpenAI Codex: GPT-5 Signed-off-by: Richard Palethorpe <io@richiejp.com>
richiejp
force-pushed
the
feat/global-admission-backend-traces
branch
from
August 17, 2026 10:31
642c684 to
7f1da5f
Compare
richiejp
marked this pull request as ready for review
August 17, 2026 10:32
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Fixes #10885
Also creates global admission control otherwise things like the current traces list could become very large. Currently it is only per backend.
Notes for Reviewers
Add process-wide HTTP admission control, represent backend operations while they are in flight, and surface running backend traces with immediate log links in the UI.
Assisted-by: OpenAI Codex: GPT-5
Signed-off-by: Richard Palethorpe io@richiejp.com
Signed commits