docs(rfc): RFC 0013 - infrastructure-level observability - #2628
Closed
rhuss wants to merge 1 commit into
Closed
Conversation
Proposes extending OTel coverage to in-process compute drivers (K8s, Docker, Podman), passive CLI TRACEPARENT forwarding, OCSF-to-OTel correlation, Helm OTLP deployment configuration, and the Prometheus metrics maturity path. Rooted in four persona workflows. Split from RFC 0012 based on maintainer feedback. Agent-level observability (the OTLP relay) is covered in companion RFC 0014. 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:17
rhuss
marked this pull request as draft
August 6, 2026 09:18
This was referenced Aug 6, 2026
rhuss
marked this pull request as ready for review
August 6, 2026 09:24
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 content from this RFC is being reformed as GitHub issues linked to the Enterprise Observability umbrella (#1055). Most of the infra-level observability work is already tracked by #2507 (gateway OTel export surface) and #909 (metrics instrumentation). New issues will cover the gaps: CLI passive trace propagation and OCSF-to-OTel correlation fields. 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 extending OpenShell's infrastructure observability to the components that have no OTel coverage today. Rooted in four persona workflows (platform operator, CI engineer, security reviewer, platform integrator).
All work builds on existing foundations (merged gateway/VM driver OTLP, openshell-otel crate, OCSF, Prometheus). No new transport mechanisms or architectural novelty.
Related issues
Note on RFC number
RFC number 0013 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. Agent-level observability (the OTLP relay) is covered in a companion RFC 0014.
Test plan