-
Notifications
You must be signed in to change notification settings - Fork 1
fix(otel): preserve reader-safe queued diagnostics #593
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
Closed
Closed
Changes from all commits
Commits
Show all changes
31 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 352a889
Merge remote-tracking branch 'origin/main' into codex/pr383-repair
seonghobae e6d74ef
fix(otel): instrument queued Ask failures
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Info: New changelog entry sits out of version order
The added
## [2.13.2]block lands between## [2.12.26]and## [2.12.19], while pyproject.toml remains2.15.0. The section is only loosely date-ordered, so this is cosmetic, but the placement reads oddly against the surrounding version numbers.Was this helpful? React with 👍 or 👎 to provide feedback.