mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
Implement MCP Tracing with openinference-instrumentation-mcp in Langsmith #68
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mindful-time on GitHub (May 5, 2025).
Originally assigned to: @angus-langchain on GitHub.
We must integrate the MCP tracing functionality from the openinference-instrumentation-mcp repository into Langsmith. This will help propagate MCP trace context across the application.
You can find the code and setup details for the MCP tracing here:
openinference-instrumentation-mcp repository
Any updates on when this could be implemented in Langsmith? Or maybe you are looking into MCP tracing already on your own ?
Labels:
Feature Request
@angus-langchain commented on GitHub (May 5, 2025):
Hi @mindful-time,
You can use our OpenTelemetry integration to trace openinference trace data.
https://docs.smith.langchain.com/observability/how_to_guides/trace_with_opentelemetry
@mindful-time commented on GitHub (May 5, 2025):
Thanks so i just use the Tracing using the Arize SDK and use that correct
@angus-langchain commented on GitHub (May 5, 2025):
Yup, that should do it! LMK if you run into any issues. I haven't tried tracing the mcp sdk specifically.
@mindful-time commented on GitHub (May 7, 2025):
Thank you! We have a bunch of MCPs that we are trying to use with Langgraph, and it’s frustrating not knowing what is happening in Langsmith. I will let you know once I set it up.