dd-trace-py
dd-trace-py copied to clipboard
Datadog Python APM Client
### Package Name _No response_ ### Package Version(s) 3.9.1 ### Describe the goal of the feature Enable trace context propagation for async background tasks in LLM observability. When using asyncio.create_task()...
We extract the exploration tests from the rest of the framework tests and move them to GitLab. ## Checklist - [ ] PR author has checked that all the criteria...
We fix an issue with the instrumentation of the beginning of iteration blocks (e.g. for loops) whereby instrumenting the end might cause unexpected behaviour when the modified function is invoked....
This pull request introduces support for loading probe definitions from a file in JSON format, enabling dynamic instrumentation via external configuration. The changes include updates to the `DynamicInstrumentationConfig` class, the...
[](https://datadoghq.atlassian.net/browse/MLOB-3114) ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description...
As part of [APMAPI-1159](https://datadoghq.atlassian.net/browse/APMAPI-1159) this is to replace code that supports < python 3.8. Removing comments about the `six` library as those are outdated. `six` is a library to assist...
Remove potentially sensitive i/o data from apm spans. This way, prompt and completion data will only appear on the llm obs spans, which are/will be subject to data access controls....
Remove potentially sensitive i/o data from apm spans. This way, prompt and completion data will only appear on the llm obs spans, which are/will be subject to data access controls....
Add boolean metric type support and standardize error handling in LLMObs This PR adds support for boolean metric types in LLMObs evaluation metrics and standardizes error handling across all metric...
## Checklist - [ ] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description...