-
Notifications
You must be signed in to change notification settings - Fork 449
feat(llmobs): distributed tracing for mcp #14045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
b55965d
7ebed40
a17ee14
3de752d
4a41e9f
1b9771e
ef3ee46
957a7b4
04d0dd2
377d641
f61646b
51b3acb
490d1a0
c4bce67
0deeea1
14dfa9c
0882556
1ad406a
d1fcf3a
e99d1ad
0a747e8
95642ef
0076603
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,5 @@ | ||||||
--- | ||||||
features: | ||||||
- | | ||||||
LLM Observability, mcp: Adds distributed tracing support for MCP tool calls across client-server boundaries by default. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. in the past for LLM Obs bug fixes/features that were integration specific i used There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can make it two release notes then to be clear, but imo this is a clear enough release note |
||||||
To disable distributed tracing for mcp, set the configuration: `DD_MCP_DISTRIBUTED_TRACING=False` for both the client and server. |
Uh oh!
There was an error while loading. Please reload this page.