docs: add governed action span metadata example - #4391
Open
jw-ond wants to merge 3 commits into
Open
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe sample app adds a governed-action tracing example. It records governance metadata on an ChangesGoverned action tracing
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
What
Adds a small sample showing how an agent runtime can attach governed action metadata to an OpenTelemetry span using application-owned
app.governance.*attributes.The sample includes an action reference, action hash, verdict, approval status, proof URL, and external verifier reference. It configures a console span processor so the sample can emit spans locally without requiring a Traceloop API key.
Why
Agent actions often need to connect runtime execution traces to a separately reviewed or approved action. This keeps that linkage in normal OpenTelemetry span data without occupying the
gen_ai.*semantic-convention namespace.Validation
python3 -m py_compile packages/sample-app/sample_app/governed_action_span_attributes.pygit diff --check origin/main..HEADgen_ai.agent.action.*custom keys,instruments={}, or product-specific brandingNote
This replaces #4390 with commits authored from the GitHub-linked account email so the CLA check can evaluate normally.
Summary by CodeRabbit
New Features
agent.actiontracing example with governance attributes in theapp.governance.*namespace.Documentation