langchain · LangGraph and LangChain Agents Docs
Langsmith Distributed tracing with Agent Server
Implements distributed tracing for Agent Server by propagating trace context via HTTP headers between a client and a deployed server to unify traces in LangSmith.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Langsmith Distributed tracing with Agent Server
Implements distributed tracing for Agent Server by propagating trace context via HTTP headers between a client and a deployed server to unify traces in LangSmith.
When To Use
Use when you need to unify traces in LangSmith when calling a deployed Agent Server from an external service using RemoteGraph or the LangGraph SDK.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/langsmith-agent-server-distributed-tracing-with-workflow-guide.md | A guide explaining how to configure and connect the LangSmith Agent Server for distributed tracing. | Questions about a guide explaining how to configure and connect the LangSmith Agent Server for distributed tracing. |
examples/langsmith-agent-server-distributed-tracing-with-langsmith-agent-server-d.python | A Python implementation demonstrating how to use context managers to propagate LangSmith traces within a LangGraph agent server environment. | Exact payloads, commands, or snippets shown in A Python implementation demonstrating how to use context managers to propagate LangSmith traces within a LangGraph ag... |
examples/langsmith-agent-server-distributed-tracing-with-langsmith-agent-server-d.json | A JSON configuration file defining the agent graph and distributed tracing settings for the LangSmith Agent Server. | Exact payloads, commands, or snippets shown in A JSON configuration file defining the agent graph and distributed tracing settings for the LangSmith Agent Server. |
examples/langsmith-agent-server-distributed-tracing-with-langsmith-agent-server-d-2.python | A Python script demonstrating how to enable trace propagation using RemoteGraph to achieve distributed tracing with LangSmith and Agent Server. | Exact payloads, commands, or snippets shown in A Python script demonstrating how to enable trace propagation using RemoteGraph to achieve distributed tracing with L... |
examples/langsmith-agent-server-distributed-tracing-with-langsmith-agent-server-d-3.python | A Python script demonstrating how to pass LangSmith trace headers to a LangGraph Agent Server client to enable distributed tracing. | Exact payloads, commands, or snippets shown in A Python script demonstrating how to pass LangSmith trace headers to a LangGraph Agent Server client to enable distri... |
What This Skill Covers
-
Documentation Index Fetch the complete documentation index at: https://docs.langchain.com/llms.txt Use this file to discover all available pages before ex...
- Main sections:
How it works,Configure the server,Connect from the client,Related.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.langchain.com/langsmith/agent-server-distributed-tracing.md