-
Notifications
You must be signed in to change notification settings - Fork 1
fix: add reader-safe OTel server diagnostics #383
New issue
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
Merged
seonghobae
merged 38 commits into
ContextualWisdomLab:main
from
seonghobae:feat/otel-session-diagnostics-main
Aug 25, 2026
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
71b71b8
feat: trace post processing and Valkey sessions (#345)
seonghobae 707dcfc
fix: classify server failures in OTel telemetry
seonghobae 005f066
fix: redact worker failure details
seonghobae c9e95e7
fix: flush telemetry and label TEPP transport
seonghobae 83a0206
fix: harden OpenTelemetry failure boundaries
seonghobae 58cfc4a
fix: ignore unsupported telemetry attribute keys
seonghobae b0c9bc6
test: enforce printable telemetry session ids
seonghobae 7200049
fix(otel): retain endpoint operation diagnostics
seonghobae 7a79cfa
fix(frontend): keep admin controls behind authentication
seonghobae e614946
fix(oidc): retain validated login return URLs
seonghobae b5f02dc
fix(otel): suppress automatic exception values in spans
seonghobae 7451138
Merge branch 'feat/otel-session-diagnostics-main' of https://github.c…
seonghobae 46e4d6d
fix: classify worker provider failures
seonghobae 6525127
fix(otel): classify type errors as internal
seonghobae 3584c31
fix(otel): suppress idle spans and mark HTTP errors
seonghobae 6af3adc
fix(otel): pass exporter endpoint to orchestrator
seonghobae b1d32a9
fix(otel): trace Valkey read failures
seonghobae 4eaa071
fix: retry transient broker outages
seonghobae 2e2a8fe
fix(docs,tests): rename buyer-safe to reader-safe per ADR 0119
seonghobae 81f728e
fix(otel): correlate Error spans with TraceId and SpanId
seonghobae 67ec13e
fix(otel): sort imports and wrap ruff line-length in Ask HTTP paths
seonghobae 602dab0
test(otel): require Valkey xadd to run under a child span
seonghobae 0dbd0bb
fix(otel): label GET peers and keep session headers on orchestrator
seonghobae ab5d4c2
docs: bind OTel control evidence to exact upstream head
seonghobae 731cb90
Merge origin/main into feat/otel-session-diagnostics-main
seonghobae 874b36a
docs(changelog): promote CHANGELOG.d/2.13.2-otel-server-diagnostics.m…
seonghobae 55ddb2f
Merge origin/main (leftover-map axis share) into feat/otel-session-di…
seonghobae b2b539b
Merge main + add reader-safe OTel server diagnostics
seonghobae 823d106
Merge origin/main into feat/otel-session-diagnostics-main (take main'…
seonghobae 7ae8eb9
merge: take main's refreshed gap baseline over the stale branch copy
seonghobae 17341fe
fix(otel): instrument queued Ask failures
seonghobae bb96619
merge: rebase onto main; union both import blocks in the worker test
seonghobae d1a4ff2
merge: rebase onto main; union OTel spans with per-run refusal handling
seonghobae 138eaad
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae 1947595
fix(api): keep Ask configuration details reader-safe
seonghobae 6da581b
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae b71ca5a
docs(changelog): restore descending release order
seonghobae 7ff6b94
fix(telemetry): bound session metadata to service peers
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| ## 2.13.2 | ||
|
|
||
| - Add reader-safe Global Ask and post-chat failures with bounded OpenTelemetry | ||
| metrics, traces, and structured server diagnostics for GRC consumption. | ||
| Failure logs carry the active TraceId and SpanId so another agent can join | ||
| the Error span to the audit record. |
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.