Skip to content

Update ADK doc according to issue #1256 - 5 - Cloud Trace Captured Attributes#1264

Open
adk-bot wants to merge 4 commits into
mainfrom
agent-changes-20260206-191103
Open

Update ADK doc according to issue #1256 - 5 - Cloud Trace Captured Attributes#1264
adk-bot wants to merge 4 commits into
mainfrom
agent-changes-20260206-191103

Conversation

@adk-bot

@adk-bot adk-bot commented Feb 6, 2026

Copy link
Copy Markdown
Collaborator

5. Summary of the change

Doc file: docs/integrations/cloud-trace.md

Current state:

If you click on one of the traces, you will see the waterfall view of the detailed process, similar to what we see in the web development UI with adk web command.

cloud-trace

Resources

Proposed Change:

If you click on one of the traces, you will see the waterfall view of the detailed process, similar to what we see in the web development UI with adk web command.

cloud-trace

Captured Attributes

ADK automatically enriches traces with the following attributes to help you filter and analyze your agent's behavior:

  • gen_ai.agent.name: The name of the agent being executed.
  • user.id: The ID of the user interacting with the agent.
  • gcp.vertex.agent.invocation_id: The unique ID of the invocation.
  • gcp.vertex.agent.event_id: The ID of the specific event.
  • gen_ai.conversation.id: The session ID.

Resources

Reasoning:
New telemetry attributes (gen_ai.agent.name, user.id, etc.) have been added to tracing spans. Documenting them helps users understand what data is available for filtering and debugging.

Reference: src/google/adk/telemetry/tracing.py

Comment thread docs/integrations/cloud-trace.md Outdated
@joefernandez joefernandez changed the title Update ADK doc according to issue #1256 - 5 Update ADK doc according to issue #1256 - 5 - Cloud Trace Captured Attributes Feb 11, 2026
@zyantw zyantw self-assigned this Jun 18, 2026
Small change to the Cloud Trace section
@netlify

netlify Bot commented Jun 23, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 722879e
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a3af0109b394e00088d24a1
😎 Deploy Preview https://deploy-preview-1264--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@zyantw

zyantw commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Original issue: item #5 #1256
Agent PR: #1264
Staging link: https://deploy-preview-1264--adk-docs-preview.netlify.app/integrations/cloud-trace/#inspect-cloud-traces

Note: I had an issue with the rendering of the bullet points, hence the bundle of commits, but I fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants