[PR #3314] [MERGED] feat: add A2A distributed tracing guide to server-a2a docs [closes DOC-576] #3372

Closed
opened 2026-06-05 18:22:53 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3314
Author: @katmayb
Created: 3/25/2026
Status: Merged
Merged: 4/6/2026
Merged by: @katmayb

Base: mainHead: open-swe/ed5fda4b-ec5c-0beb-69f7-b477b4d939cb


📝 Commits (2)

  • 0ebe839 feat: add A2A distributed tracing guide covering contextId/thread_id mapping, cross-framework tracing, and OpenTelemetry for non-LangGraph agents
  • b13d294 Merge branch 'main' into open-swe/ed5fda4b-ec5c-0beb-69f7-b477b4d939cb

📊 Changes

1 file changed (+165 additions, -0 deletions)

View changed files

📝 src/langsmith/server-a2a.mdx (+165 -0)

📄 Description

Description

Adds a dedicated distributed tracing section to the A2A endpoint docs, covering how contextId maps to thread_id in LangSmith, how to propagate thread_id across multiple agents for unified trace grouping, and how to instrument non-LangGraph agents (e.g. Google ADK) using OpenTelemetry. Also adds a description frontmatter field for SEO.

Fixes DOC-576

Preview

https://langchain-5e9cc07a-preview-opensw-1774534070-7534e69.mintlify.app/langsmith/server-a2a#distributed-tracing


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3314 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 3/25/2026 **Status:** ✅ Merged **Merged:** 4/6/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `open-swe/ed5fda4b-ec5c-0beb-69f7-b477b4d939cb` --- ### 📝 Commits (2) - [`0ebe839`](https://github.com/langchain-ai/docs/commit/0ebe839291cb40a84688044f507bbdb9a969c2b9) feat: add A2A distributed tracing guide covering contextId/thread_id mapping, cross-framework tracing, and OpenTelemetry for non-LangGraph agents - [`b13d294`](https://github.com/langchain-ai/docs/commit/b13d29460889f512c4f677b5764d76c12f9bbaea) Merge branch 'main' into open-swe/ed5fda4b-ec5c-0beb-69f7-b477b4d939cb ### 📊 Changes **1 file changed** (+165 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/server-a2a.mdx` (+165 -0) </details> ### 📄 Description ## Description Adds a dedicated distributed tracing section to the A2A endpoint docs, covering how `contextId` maps to `thread_id` in LangSmith, how to propagate `thread_id` across multiple agents for unified trace grouping, and how to instrument non-LangGraph agents (e.g. Google ADK) using OpenTelemetry. Also adds a `description` frontmatter field for SEO. Fixes DOC-576 ## Preview https://langchain-5e9cc07a-preview-opensw-1774534070-7534e69.mintlify.app/langsmith/server-a2a#distributed-tracing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:22:53 -04:00
yindo closed this issue 2026-06-05 18:22:53 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3372