docs(rfc): RFC 0014 - agent-level observability (OTLP relay) - #2629
Closed
rhuss wants to merge 1 commit into
Closed
Conversation
Proposes a supervisor-local telemetry relay that collects agent-emitted traces from network-isolated sandboxes, enriches them with sandbox context, and forwards through the gateway. Covers span enrichment, trace context propagation on egress, OCSF log relay, visibility domains, multi-tenant observability, and per-driver OTLP reachability. Rooted in four persona workflows. Includes a spike plan for relay validation before the RFC advances. Split from RFC 0012 based on maintainer feedback. Infrastructure-level observability is covered in companion RFC 0013. RFC numbers are provisional. Signed-off-by: Roland Huß <rhuss@redhat.com>
rhuss
requested review from
a team,
derekwaynecarr,
maxamillion and
mrunalp
as code owners
August 6, 2026 09:20
4 tasks
Contributor
Author
|
Closing this PR. I overlooked the process documented in rfc/README.md: features start as GitHub issues, and RFCs are only created when maintainers request one from an existing issue. Apologies for skipping that step. The agent-level observability content is being reformed as GitHub issues linked to the Enterprise Observability umbrella (#1055). The OTLP relay design, span enrichment, egress propagation, and multi-tenancy requirements will become a dedicated tracking issue. The shared telemetry relay infrastructure (transport channel, backpressure, scale mitigations) will be a separate issue linked to both the new agent-level issue and #2508 (supervisor OTel span emission). The branch is kept for reference. |
This was referenced Aug 6, 2026
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.
Summary
Proposes a supervisor-local telemetry relay that collects agent-emitted traces from inside network-isolated sandboxes, enriches them with sandbox context, and forwards them through the gateway to an external collector. Rooted in four persona workflows (agent developer, platform operator, workspace administrator, security reviewer).
Includes a spike plan for relay validation (OTLP receiver, session protocol forwarding, performance measurement across driver topologies).
Related issues
Note on RFC number
RFC number 0014 is provisional. Per the RFC process, maintainers assign numbers from an issue. This PR uses the next available number; please reassign if needed.
Split from PR #2620 (RFC 0012) based on maintainer feedback. Infrastructure-level observability is covered in companion RFC 0013 (#2628).
Test plan