Skip to content

Conversation

@taegyunkim
Copy link
Contributor

@taegyunkim taegyunkim commented Sep 3, 2025

Cherry pick commits

 git rev-list --reverse v3.12.0 --not v3.12.1 v3.12.2 v3.12.3 v3.12.4 \
| xargs -r -n1 git show -s --format='%h,%ad,"%an","%s"' --date=short > missing_commits.csv
51f619958,2025-08-11,"Gary Huang","chore(llmobs): description should be optional when create_dataset (#14275)"
70df14766,2025-08-11,"Nick Ripley","chore(profiling): re-accept interval for memory profile collector (#14276)"
b72862d62,2025-08-12,"Taegyun Kim","chore(build): simplify build python 3 jobs (#14278)"
15eb1700e,2025-08-12,"Yun Kim","feat(crewai): support tracing crewAI flows (#14082)"
ff8f18d51,2025-08-12,"Brett Langdon","chore(build): remove source files from wheel RECORD (#14279)"
ff7cc0e05,2025-08-12,"Munir Abdinur","chore(telemetry): report telemetry for all config sources (#14170)"
b2186f318,2025-08-12,"Emmett Butler","ci: improve GHA run detection in gitlab builds (#14285)"
0b8fe57ff,2025-08-12,"Brett Langdon","ci: fix inaccurate detect baseline script for benchmarks (#14287)"
6394bb9ce,2025-08-13,"Christophe Papazian","chore(aap): improvements for django endpoint discovery (#14280)"
e94e98b7b,2025-08-13,"Juanjo Alvarez Martinez","chore: add the traceback to the integration failed to enable errors (#14291)"
73060599a,2025-08-13,"Brett Langdon","chore(codeowners): widen permissions for trace_handlers.py (#14294)"
1d248bdee,2025-08-13,"Brett Langdon","chore(django): remove django.process_exception event/handler (#14293)"
adc56bdbe,2025-08-13,"Brett Langdon","chore(internal): add is_wrapped and is_wrapped_with helpers (#14295)"
da305388c,2025-08-13,"Yun Kim","fix(openai): catch and propagate asyncio.CancelledError (#14290)"
9d35c2b12,2025-08-13,"Brett Langdon","ci(benchmarks): increase slos for telemetry add metric (#14301)"
303084d55,2025-08-13,"Brett Langdon","ci: pin system-tests ref in one-pipeline (#14298)"

Note #14290 has already been merged to 3.12 via #14303 and #14298 has already been merged to 3.12 in #14490.

Checklist

  • PR author has checked that all the criteria below are met
  • The PR description includes an overview of the change
  • The PR description articulates the motivation for the change
  • The change includes tests OR the PR description describes a testing strategy
  • The PR description notes risks associated with the change, if any
  • Newly-added code is easy to change
  • The change follows the library release note guidelines
  • The change includes or references documentation updates if necessary
  • Backport labels are set (if applicable)

Reviewer Checklist

  • Reviewer has checked that all the criteria below are met
  • Title is accurate
  • All changes are related to the pull request's stated goal
  • Avoids breaking API changes
  • Testing strategy adequately addresses listed risks
  • Newly-added code is easy to change
  • Release note makes sense to a user of the library
  • If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment
  • Backport labels are set in a manner that is consistent with the release branch maintenance policy

@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2025

CODEOWNERS have been resolved as:

.riot/requirements/1ce4995.txt                                          @DataDog/apm-python
releasenotes/notes/feat-crewai-flow-d5cb250484f1d3c1.yaml               @DataDog/apm-python
scripts/validate_wheel.py                                               @DataDog/apm-core-python
tests/contrib/crewai/utils.py                                           @DataDog/ml-observability
tests/snapshots/tests.contrib.crewai.test_crewai.test_complex_flow.json  @DataDog/ml-observability
tests/snapshots/tests.contrib.crewai.test_crewai.test_simple_flow.json  @DataDog/ml-observability
.github/CODEOWNERS                                                      @DataDog/python-guild @DataDog/apm-core-python
.github/workflows/build_python_3.yml                                    @DataDog/python-guild @DataDog/apm-core-python
.gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.yml         @DataDog/python-guild @DataDog/apm-core-python
.gitlab/benchmarks/steps/detect-baseline.sh                             @DataDog/python-guild @DataDog/apm-core-python
.gitlab/download-wheels-from-gh-actions.sh                              @DataDog/python-guild @DataDog/apm-core-python
ddtrace/_monkey.py                                                      @DataDog/apm-core-python
ddtrace/_trace/trace_handlers.py                                        @DataDog/apm-sdk-api-python @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/integration_registry/registry.yaml                      @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/crewai/patch.py                                @DataDog/ml-observability
ddtrace/contrib/internal/django/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/internal/endpoints.py                                           @DataDog/python-guild @DataDog/asm-python
ddtrace/internal/telemetry/__init__.py                                  @DataDog/apm-python
ddtrace/internal/wrapping/__init__.py                                   @DataDog/apm-core-python
ddtrace/llmobs/_integrations/__init__.py                                @DataDog/ml-observability
ddtrace/llmobs/_integrations/crewai.py                                  @DataDog/ml-observability
ddtrace/llmobs/_llmobs.py                                               @DataDog/ml-observability
ddtrace/llmobs/_writer.py                                               @DataDog/ml-observability
ddtrace/profiling/collector/memalloc.py                                 @DataDog/profiling-python
ddtrace/settings/_core.py                                               @DataDog/apm-core-python
ddtrace/settings/_otel_remapper.py                                      @DataDog/apm-sdk-api-python
riotfile.py                                                             @DataDog/apm-python
scripts/zip_filter.py                                                   @DataDog/apm-core-python
supported_versions_output.json                                          @DataDog/apm-core-python
supported_versions_table.csv                                            @DataDog/apm-core-python
tests/appsec/contrib_appsec/conftest.py                                 @DataDog/asm-python
tests/appsec/contrib_appsec/django_app/urls.py                          @DataDog/asm-python
tests/appsec/contrib_appsec/utils.py                                    @DataDog/asm-python
tests/conftest.py                                                       @DataDog/apm-core-python
tests/contrib/crewai/conftest.py                                        @DataDog/ml-observability
tests/contrib/crewai/test_crewai.py                                     @DataDog/ml-observability
tests/contrib/crewai/test_crewai_llmobs.py                              @DataDog/ml-observability
tests/internal/test_wrapping.py                                         @DataDog/debugger-python @DataDog/apm-core-python
tests/opentelemetry/test_config.py                                      @DataDog/apm-sdk-api-python
tests/telemetry/test_telemetry.py                                       @DataDog/apm-python
tests/telemetry/test_writer.py                                          @DataDog/apm-python
.riot/requirements/8b7e1b6.txt                                          @DataDog/apm-python
.riot/requirements/e7249f1.txt                                          @DataDog/apm-python

@taegyunkim taegyunkim changed the title fix: cherry-pick missing commits from 3.12.0 to 3.12 branch chore: cherry-pick missing commits from 3.12.0 to 3.12 branch Sep 3, 2025
@taegyunkim taegyunkim changed the title chore: cherry-pick missing commits from 3.12.0 to 3.12 branch fix: cherry-pick missing commits from 3.12.0 to 3.12 branch Sep 3, 2025
@taegyunkim taegyunkim marked this pull request as ready for review September 3, 2025 15:21
@taegyunkim taegyunkim requested review from a team as code owners September 3, 2025 15:21
@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 271 ± 3 ms.

The average import time from base is: 273 ± 2 ms.

The import time difference between this PR and base is: -1.9 ± 0.1 ms.

Import time breakdown

The following import paths have grown:

ddtrace.auto 0.057 ms (0.02%)
ddtrace 0.057 ms (0.02%)
ddtrace._monkey 0.057 ms (0.02%)
ddtrace.appsec._listeners 0.057 ms (0.02%)
ddtrace.settings.asm 0.057 ms (0.02%)

The following import paths have shrunk:

ddtrace.auto 2.057 ms (0.76%)
ddtrace.bootstrap.sitecustomize 1.331 ms (0.49%)
ddtrace.bootstrap.preload 1.331 ms (0.49%)
ddtrace.internal.remoteconfig.client 0.645 ms (0.24%)
ddtrace 0.726 ms (0.27%)
ddtrace._monkey 0.047 ms (0.02%)
ddtrace.appsec._listeners 0.047 ms (0.02%)
ddtrace.settings.asm 0.047 ms (0.02%)
ddtrace.internal.endpoints 0.047 ms (0.02%)
ddtrace.internal._unpatched 0.029 ms (0.01%)
json 0.029 ms (0.01%)
json.decoder 0.029 ms (0.01%)
re 0.029 ms (0.01%)
enum 0.029 ms (0.01%)
types 0.029 ms (0.01%)

Copy link
Contributor

@r1viollet r1viollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I looked at list of cherry picked commits (compared to 3.12.0)

@taegyunkim taegyunkim force-pushed the taegyunkim/3-12-cherry-pick branch from 2996b44 to 1e6a7e0 Compare September 3, 2025 18:42
gary-huang and others added 9 commits September 3, 2025 14:47
…4275)

description should be optional when create_dataset

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
…4276)

In #14205 we removed the `_interval` parameter for the
`MemoryCollector`.
This was a mistake. Now the memory profile collector thread basically
spins in a tight loop because the interval is 0. Add that parameter
back.
## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
[MLOB-2806]

This PR adds support for APM and LLMObs tracing of CrewAI flows,
including the overall flow execution and individual start/listener
method execution, as well as span linking of which methods triggered
other methods in the flow (includes support for linking conditional
AND/OR and router method triggers).

(Due to some type hinting issues, I've removed `CrewAIIntegration`
import from `llmobs/_integrations/__init__.py`. Python 3.8 has issues
with subscripting WeakKeyDictionary, but CrewAI (and also LangGraph)
only run on Python 3.9/3.10+ so we didn't know this was an issue until
now)

Note (assist for reading test assertions): span linking/event tests in
`test_crewai_llmobs.py` are based on a complex flow that looks like
this:
<img width="974" height="627" alt="Screenshot 2025-07-30 at 4 23 59 PM"
src="https://github.com/user-attachments/assets/c784fe1b-6574-4735-a632-ec63a245ffc9"
/>

Additional note: tested
[manually](https://dd.datad0g.com/llm/traces?query=%40ml_app%3Aml-app%20%40event_type%3Aspan%20%40parent_id%3Aundefined&agg_m=count&agg_m_source=base&agg_t=count&fromUser=false&llmPanels=%5B%7B%22t%22%3A%22sampleDetailPanel%22%2C%22rEID%22%3A%22AwAAAZhc-Jpa5Z3YfgAAABhBWmhjLUpwYUFBRHBkZlpaLTBvekFBQUEAAAAkMDE5ODVjZjktYTNkYS00ZGEzLWE3NGYtOTQ1NmI4YWU2Mjg1AAAAfQ%22%7D%5D&spanId=14559885504901134809&start=1753820708729&end=1753907108729&paused=false)
and verified that crews are compatible with being run inside flows (as
is a documented use case in CrewAI):
<img width="707" height="685" alt="Screenshot 2025-07-30 at 4 25 48 PM"
src="https://github.com/user-attachments/assets/cc694c63-e043-4d36-a58d-5d65b31616cc"
/>

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)


[MLOB-2806]:
https://datadoghq.atlassian.net/browse/MLOB-2806?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
## Problem

PyPI has issued a deprecation warning for our `ddtrace` package wheels.
The wheel RECORD files list source files (`.c`, `.cpp`, `.h`, `.pyx`,
etc.) that were removed during post-processing but the RECORD wasn't
updated to reflect this. This mismatch between RECORD contents and
actual wheel contents will become a hard error in future PyPI releases.

## Solution

We've updated our wheel build pipeline to ensure RECORD file integrity:

1. **Enhanced `zip_filter.py`** - Our existing script for removing
source files from wheels now also updates the RECORD file to maintain
consistency between listed and actual contents.

2. **Unified build approach** - All platforms (Linux, macOS, Windows)
now use the same `zip_filter.py` script for consistent source file
removal and RECORD updating.

3. **Automated validation** - Added a new validation script and CI step
that verifies every built wheel has a RECORD file that accurately
reflects its contents, including proper SHA256 hashesand file sizes.

This ensures our wheels comply with PyPI requirements while maintaining
the same distribution content - compiled extensions without source
files, but with accurate metadata.



## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
This change fixes an issue in which the gitlab pipeline for a tagged
release would sometimes start with the wrong wheel. The fix involves
filtering the list of wheel candidates by the event that triggered their
creation. Release pipelines should only consider wheels built during
**tag** github actions.

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
ls-remote will use the provided string as a pattern, so when checking if
the '3.12' branch exists, it'll allow anything that contains '3.12' in
the name.

this change is more exacting by checking for a specific ref instead


```
UPSTREAM_BRANCH=v3.12.0rc1
+ '[' v3.12.0rc1 == main ']'
+ [[ v3.12.0rc1 =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]
++ echo 3.12.0rc1
++ cut -d. -f1-2
+ BASELINE_BRANCH=3.12
+ git ls-remote --exit-code --heads origin 3.12
+ echo 'Found remote branch origin/3.12'
Found remote branch origin/3.12
++ git describe --tags --abbrev=0 --exclude '*rc*' --exclude v3.12.0rc1 origin/3.12
fatal: Not a valid object name origin/3.12
```

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
- ensure no endpoint (route, method) is send twice in the same payload
- add threat test suite support for endpoint discovery and check for
resource compatibility between telemetry payload and span attributes
- minor test improvements

APPSEC-58374

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
juanjux and others added 5 commits September 3, 2025 14:47
…14291)

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)

---------

Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
Right now updating an integration which uses the core api may also be
blocked on the sdk team since the integration handlers to convert core
events into spans lives in `ddtrace/_trace/`.

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
We can remove the need for `with ctx.span` and calling an additional
`django.process_exception` event by adding support for
`should_set_traceback` to the `_finish_span` trace handler.

This will help to further remove span references/usage in the django
integration.


## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
Useful helpers to ensure we can check if something is already wrapped to
avoid re-wrapping it, and we can check if it is already wrapped with a
specific function. Useful both for testing and patching.

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
We've seen some flakiness in a few telemetry add metric benchmarks,
increasing the SLOs slightly to give some head room to try and avoid
false positives.

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
@taegyunkim taegyunkim force-pushed the taegyunkim/3-12-cherry-pick branch from 1e6a7e0 to 2013881 Compare September 3, 2025 18:47
Copy link
Contributor

@erikayasuda erikayasuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checked the commits and re-ran the command to x-check. LGTM

@pr-commenter
Copy link

pr-commenter bot commented Sep 3, 2025

Performance SLOs

Candidate: taegyunkim/3-12-cherry-pick (2013881)

🔵 No Baseline Data (24 suites)
🔵 coreapiscenario - 12/12 (2 unstable)

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.869µs (SLO: <20.000µs 📉 -30.7%)

Memory: ✅ 31.261MB (SLO: <33.500MB -6.7%)


✅ context_with_data_no_listeners

Time: ✅ 3.867µs (SLO: <10.000µs 📉 -61.3%)

Memory: ✅ 31.221MB (SLO: <33.500MB -6.8%)


⚠️ context_with_data_only_all_listeners

Time: ⚠️ 13.836µs (SLO: <20.000µs 📉 -30.8%)

Memory: ✅ 31.300MB (SLO: <33.500MB -6.6%)


✅ get_item_exists

Time: ✅ 0.633µs (SLO: <10.000µs 📉 -93.7%)

Memory: ✅ 31.300MB (SLO: <33.500MB -6.6%)


✅ get_item_missing

Time: ✅ 0.690µs (SLO: <10.000µs 📉 -93.1%)

Memory: ✅ 31.300MB (SLO: <33.500MB -6.6%)


✅ set_item

Time: ✅ 24.881µs (SLO: <30.000µs 📉 -17.1%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


🔵 djangosimple - 22/22

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 21.268ms (SLO: <22.300ms -4.6%)

Memory: ✅ 63.935MB (SLO: <66.000MB -3.1%)


✅ exception-replay-enabled

Time: ✅ 1.373ms (SLO: <1.450ms -5.3%)

Memory: ✅ 63.308MB (SLO: <66.000MB -4.1%)


✅ iast

Time: ✅ 21.273ms (SLO: <22.250ms -4.4%)

Memory: ✅ 63.913MB (SLO: <66.000MB -3.2%)


✅ profiler

Time: ✅ 15.245ms (SLO: <16.550ms -7.9%)

Memory: ✅ 51.680MB (SLO: <53.500MB -3.4%)


✅ span-code-origin

Time: ✅ 27.109ms (SLO: <28.200ms -3.9%)

Memory: ✅ 66.163MB (SLO: <68.500MB -3.4%)


✅ tracer

Time: ✅ 21.296ms (SLO: <22.700ms -6.2%)

Memory: ✅ 63.928MB (SLO: <66.000MB -3.1%)


✅ tracer-and-profiler

Time: ✅ 22.988ms (SLO: <24.900ms -7.7%)

Memory: ✅ 65.264MB (SLO: <67.000MB -2.6%)


✅ tracer-no-caches

Time: ✅ 18.887ms (SLO: <19.650ms -3.9%)

Memory: ✅ 63.893MB (SLO: <66.000MB -3.2%)


✅ tracer-no-databases

Time: ✅ 19.193ms (SLO: <20.100ms -4.5%)

Memory: ✅ 63.925MB (SLO: <66.000MB -3.1%)


✅ tracer-no-middleware

Time: ✅ 21.092ms (SLO: <22.500ms -6.3%)

Memory: ✅ 63.907MB (SLO: <66.000MB -3.2%)


✅ tracer-no-templates

Time: ✅ 21.080ms (SLO: <22.250ms -5.3%)

Memory: ✅ 63.926MB (SLO: <66.000MB -3.1%)


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.520ms (SLO: <19.850ms -6.7%)

Memory: ✅ 63.852MB (SLO: <65.500MB -2.5%)


✅ errortracking-enabled-user

Time: ✅ 18.537ms (SLO: <19.400ms -4.4%)

Memory: ✅ 63.829MB (SLO: <65.500MB -2.6%)


✅ tracer-enabled

Time: ✅ 18.559ms (SLO: <19.450ms -4.6%)

Memory: ✅ 63.873MB (SLO: <65.500MB -2.5%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.128ms (SLO: <2.300ms -7.5%)

Memory: ✅ 50.950MB (SLO: <53.500MB -4.8%)


✅ errortracking-enabled-user

Time: ✅ 2.124ms (SLO: <2.250ms -5.6%)

Memory: ✅ 50.969MB (SLO: <53.500MB -4.7%)


✅ tracer-enabled

Time: ✅ 2.131ms (SLO: <2.300ms -7.3%)

Memory: ✅ 51.016MB (SLO: <53.500MB -4.6%)


🔵 flasksimple - 15/15

🔵 No baseline data available for this suite

✅ appsec-get

Time: ✅ 4.604ms (SLO: <4.750ms -3.1%)

Memory: ✅ 61.735MB (SLO: <64.500MB -4.3%)


✅ appsec-post

Time: ✅ 6.647ms (SLO: <6.750ms 🟡 -1.5%)

Memory: ✅ 62.148MB (SLO: <64.500MB -3.6%)


✅ appsec-telemetry

Time: ✅ 4.610ms (SLO: <4.750ms -3.0%)

Memory: ✅ 61.715MB (SLO: <64.500MB -4.3%)


✅ debugger

Time: ✅ 1.862ms (SLO: <2.000ms -6.9%)

Memory: ✅ 44.325MB (SLO: <45.000MB 🟡 -1.5%)


✅ iast-get

Time: ✅ 1.857ms (SLO: <2.000ms -7.2%)

Memory: ✅ 46.961MB (SLO: <49.000MB -4.2%)


✅ profiler

Time: ✅ 1.913ms (SLO: <2.100ms -8.9%)

Memory: ✅ 44.014MB (SLO: <46.500MB -5.3%)


✅ tracer

Time: ✅ 3.385ms (SLO: <3.650ms -7.3%)

Memory: ✅ 51.078MB (SLO: <53.500MB -4.5%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.996ms (SLO: <4.200ms -4.8%)

Memory: ✅ 62.078MB (SLO: <66.000MB -5.9%)


✅ iast-enabled

Time: ✅ 2.583ms (SLO: <2.800ms -7.7%)

Memory: ✅ 57.593MB (SLO: <59.000MB -2.4%)


✅ tracer-enabled

Time: ✅ 2.107ms (SLO: <2.250ms -6.4%)

Memory: ✅ 51.088MB (SLO: <53.500MB -4.5%)


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 83.003µs (SLO: <100.000µs 📉 -17.0%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ b3_headers

Time: ✅ 14.444µs (SLO: <20.000µs 📉 -27.8%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ b3_single_headers

Time: ✅ 13.361µs (SLO: <20.000µs 📉 -33.2%)

Memory: ✅ 31.339MB (SLO: <33.500MB -6.4%)


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 64.973µs (SLO: <80.000µs 📉 -18.8%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 69.635µs (SLO: <80.000µs 📉 -13.0%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ empty_headers

Time: ✅ 1.593µs (SLO: <10.000µs 📉 -84.1%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ full_t_id_datadog_headers

Time: ✅ 24.232µs (SLO: <30.000µs 📉 -19.2%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ invalid_priority_header

Time: ✅ 6.565µs (SLO: <10.000µs 📉 -34.3%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ invalid_span_id_header

Time: ✅ 6.516µs (SLO: <10.000µs 📉 -34.8%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ invalid_tags_header

Time: ✅ 6.607µs (SLO: <10.000µs 📉 -33.9%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ invalid_trace_id_header

Time: ✅ 6.524µs (SLO: <10.000µs 📉 -34.8%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ large_header_no_matches

Time: ✅ 27.564µs (SLO: <30.000µs -8.1%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ large_valid_headers_all

Time: ✅ 28.626µs (SLO: <40.000µs 📉 -28.4%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ medium_header_no_matches

Time: ✅ 9.839µs (SLO: <20.000µs 📉 -50.8%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ medium_valid_headers_all

Time: ✅ 11.192µs (SLO: <20.000µs 📉 -44.0%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ none_propagation_style

Time: ✅ 1.704µs (SLO: <10.000µs 📉 -83.0%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ tracecontext_headers

Time: ✅ 34.313µs (SLO: <40.000µs 📉 -14.2%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ valid_headers_all

Time: ✅ 6.569µs (SLO: <10.000µs 📉 -34.3%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ valid_headers_basic

Time: ✅ 6.091µs (SLO: <10.000µs 📉 -39.1%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_empty_headers

Time: ✅ 1.591µs (SLO: <10.000µs 📉 -84.1%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ wsgi_invalid_priority_header

Time: ✅ 6.558µs (SLO: <10.000µs 📉 -34.4%)

Memory: ✅ 31.339MB (SLO: <33.500MB -6.4%)


✅ wsgi_invalid_span_id_header

Time: ✅ 1.600µs (SLO: <10.000µs 📉 -84.0%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_invalid_tags_header

Time: ✅ 6.609µs (SLO: <10.000µs 📉 -33.9%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_invalid_trace_id_header

Time: ✅ 6.567µs (SLO: <10.000µs 📉 -34.3%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_large_header_no_matches

Time: ✅ 28.718µs (SLO: <40.000µs 📉 -28.2%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_large_valid_headers_all

Time: ✅ 29.819µs (SLO: <40.000µs 📉 -25.5%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_medium_header_no_matches

Time: ✅ 10.084µs (SLO: <20.000µs 📉 -49.6%)

Memory: ✅ 31.457MB (SLO: <33.500MB -6.1%)


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.561µs (SLO: <20.000µs 📉 -42.2%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_valid_headers_all

Time: ✅ 6.623µs (SLO: <10.000µs 📉 -33.8%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ wsgi_valid_headers_basic

Time: ✅ 6.058µs (SLO: <10.000µs 📉 -39.4%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 21.969µs (SLO: <30.000µs 📉 -26.8%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ with_all

Time: ✅ 34.116µs (SLO: <40.000µs 📉 -14.7%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ with_dd_origin

Time: ✅ 28.653µs (SLO: <30.000µs -4.5%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ with_priority_and_origin

Time: ✅ 27.885µs (SLO: <40.000µs 📉 -30.3%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ with_sampling_priority

Time: ✅ 21.989µs (SLO: <30.000µs 📉 -26.7%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ with_tags

Time: ✅ 30.752µs (SLO: <40.000µs 📉 -23.1%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ with_tags_invalid

Time: ✅ 33.847µs (SLO: <40.000µs 📉 -15.4%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ with_tags_max_size

Time: ✅ 31.024µs (SLO: <40.000µs 📉 -22.4%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 33.035µs (SLO: <40.000µs 📉 -17.4%)

Memory: ✅ 36.726MB (SLO: <39.000MB -5.8%)


✅ re_expand_noaspect

Time: ✅ 28.475µs (SLO: <40.000µs 📉 -28.8%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_findall_aspect

Time: ✅ 3.683µs (SLO: <10.000µs 📉 -63.2%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_findall_noaspect

Time: ✅ 1.417µs (SLO: <10.000µs 📉 -85.8%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_finditer_aspect

Time: ✅ 5.193µs (SLO: <10.000µs 📉 -48.1%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_finditer_noaspect

Time: ✅ 1.406µs (SLO: <10.000µs 📉 -85.9%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_fullmatch_aspect

Time: ✅ 3.398µs (SLO: <10.000µs 📉 -66.0%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_fullmatch_noaspect

Time: ✅ 1.296µs (SLO: <10.000µs 📉 -87.0%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_group_aspect

Time: ✅ 3.471µs (SLO: <10.000µs 📉 -65.3%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ re_group_noaspect

Time: ✅ 1.599µs (SLO: <10.000µs 📉 -84.0%)

Memory: ✅ 36.726MB (SLO: <39.000MB -5.8%)


✅ re_groups_aspect

Time: ✅ 3.639µs (SLO: <10.000µs 📉 -63.6%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_groups_noaspect

Time: ✅ 1.696µs (SLO: <10.000µs 📉 -83.0%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ re_match_aspect

Time: ✅ 3.449µs (SLO: <10.000µs 📉 -65.5%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ re_match_noaspect

Time: ✅ 1.316µs (SLO: <10.000µs 📉 -86.8%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ re_search_aspect

Time: ✅ 3.312µs (SLO: <10.000µs 📉 -66.9%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_search_noaspect

Time: ✅ 1.208µs (SLO: <10.000µs 📉 -87.9%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_sub_aspect

Time: ✅ 4.704µs (SLO: <10.000µs 📉 -53.0%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ re_sub_noaspect

Time: ✅ 1.516µs (SLO: <10.000µs 📉 -84.8%)

Memory: ✅ 36.726MB (SLO: <39.000MB -5.8%)


✅ re_subn_aspect

Time: ✅ 4.918µs (SLO: <10.000µs 📉 -50.8%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_subn_noaspect

Time: ✅ 1.596µs (SLO: <10.000µs 📉 -84.0%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

Time: ✅ 0.327µs (SLO: <10.000µs 📉 -96.7%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ add_inplace_aspect

Time: ✅ 0.333µs (SLO: <10.000µs 📉 -96.7%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ add_inplace_noaspect

Time: ✅ 0.324µs (SLO: <10.000µs 📉 -96.8%)

Memory: ✅ 37.100MB (SLO: <39.000MB -4.9%)


✅ add_noaspect

Time: ✅ 0.281µs (SLO: <10.000µs 📉 -97.2%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ bytearray_aspect

Time: ✅ 1.850µs (SLO: <10.000µs 📉 -81.5%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ bytearray_extend_aspect

Time: ✅ 1.377µs (SLO: <10.000µs 📉 -86.2%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ bytearray_extend_noaspect

Time: ✅ 0.612µs (SLO: <10.000µs 📉 -93.9%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ bytearray_noaspect

Time: ✅ 0.482µs (SLO: <10.000µs 📉 -95.2%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ bytes_aspect

Time: ✅ 1.869µs (SLO: <10.000µs 📉 -81.3%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ bytes_noaspect

Time: ✅ 0.491µs (SLO: <10.000µs 📉 -95.1%)

Memory: ✅ 36.982MB (SLO: <39.000MB -5.2%)


✅ bytesio_aspect

Time: ✅ 1.894µs (SLO: <10.000µs 📉 -81.1%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ bytesio_noaspect

Time: ✅ 0.493µs (SLO: <10.000µs 📉 -95.1%)

Memory: ✅ 37.080MB (SLO: <39.000MB -4.9%)


✅ capitalize_aspect

Time: ✅ 0.737µs (SLO: <10.000µs 📉 -92.6%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ capitalize_noaspect

Time: ✅ 0.439µs (SLO: <10.000µs 📉 -95.6%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ casefold_aspect

Time: ✅ 0.744µs (SLO: <10.000µs 📉 -92.6%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ casefold_noaspect

Time: ✅ 0.372µs (SLO: <10.000µs 📉 -96.3%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ decode_aspect

Time: ✅ 0.736µs (SLO: <10.000µs 📉 -92.6%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ decode_noaspect

Time: ✅ 0.424µs (SLO: <10.000µs 📉 -95.8%)

Memory: ✅ 37.100MB (SLO: <39.000MB -4.9%)


✅ encode_aspect

Time: ✅ 0.708µs (SLO: <10.000µs 📉 -92.9%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ encode_noaspect

Time: ✅ 0.405µs (SLO: <10.000µs 📉 -95.9%)

Memory: ✅ 36.962MB (SLO: <39.000MB -5.2%)


✅ format_aspect

Time: ✅ 3.629µs (SLO: <10.000µs 📉 -63.7%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ format_map_aspect

Time: ✅ 3.295µs (SLO: <10.000µs 📉 -67.0%)

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ format_map_noaspect

Time: ✅ 0.773µs (SLO: <10.000µs 📉 -92.3%)

Memory: ✅ 37.002MB (SLO: <39.000MB -5.1%)


✅ format_noaspect

Time: ✅ 0.599µs (SLO: <10.000µs 📉 -94.0%)

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ index_aspect

Time: ✅ 0.339µs (SLO: <10.000µs 📉 -96.6%)

Memory: ✅ 36.687MB (SLO: <39.000MB -5.9%)


✅ index_noaspect

Time: ✅ 0.283µs (SLO: <10.000µs 📉 -97.2%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ join_aspect

Time: ✅ 1.229µs (SLO: <10.000µs 📉 -87.7%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ join_noaspect

Time: ✅ 0.496µs (SLO: <10.000µs 📉 -95.0%)

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ ljust_aspect

Time: ✅ 10.192µs (SLO: <20.000µs 📉 -49.0%)

Memory: ✅ 36.943MB (SLO: <39.000MB -5.3%)


✅ ljust_noaspect

Time: ✅ 0.405µs (SLO: <10.000µs 📉 -96.0%)

Memory: ✅ 37.061MB (SLO: <39.000MB -5.0%)


✅ lower_aspect

Time: ✅ 2.283µs (SLO: <10.000µs 📉 -77.2%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ lower_noaspect

Time: ✅ 0.371µs (SLO: <10.000µs 📉 -96.3%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ lstrip_aspect

Time: ✅ 10.279µs (SLO: <20.000µs 📉 -48.6%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ lstrip_noaspect

Time: ✅ 0.384µs (SLO: <10.000µs 📉 -96.2%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ modulo_aspect

Time: ✅ 0.584µs (SLO: <10.000µs 📉 -94.2%)

Memory: ✅ 37.080MB (SLO: <39.000MB -4.9%)


✅ modulo_aspect_for_bytearray_bytearray

Time: ✅ 1.246µs (SLO: <10.000µs 📉 -87.5%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ modulo_aspect_for_bytes

Time: ✅ 0.744µs (SLO: <10.000µs 📉 -92.6%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 1.011µs (SLO: <10.000µs 📉 -89.9%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ modulo_noaspect

Time: ✅ 0.631µs (SLO: <10.000µs 📉 -93.7%)

Memory: ✅ 37.002MB (SLO: <39.000MB -5.1%)


✅ replace_aspect

Time: ✅ 5.393µs (SLO: <10.000µs 📉 -46.1%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ replace_noaspect

Time: ✅ 0.465µs (SLO: <10.000µs 📉 -95.4%)

Memory: ✅ 36.962MB (SLO: <39.000MB -5.2%)


✅ repr_aspect

Time: ✅ 0.902µs (SLO: <10.000µs 📉 -91.0%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ repr_noaspect

Time: ✅ 0.421µs (SLO: <10.000µs 📉 -95.8%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ rstrip_aspect

Time: ✅ 10.878µs (SLO: <20.000µs 📉 -45.6%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ rstrip_noaspect

Time: ✅ 0.389µs (SLO: <10.000µs 📉 -96.1%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ slice_aspect

Time: ✅ 0.481µs (SLO: <10.000µs 📉 -95.2%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ slice_noaspect

Time: ✅ 0.452µs (SLO: <10.000µs 📉 -95.5%)

Memory: ✅ 36.982MB (SLO: <39.000MB -5.2%)


✅ stringio_aspect

Time: ✅ 2.221µs (SLO: <10.000µs 📉 -77.8%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ stringio_noaspect

Time: ✅ 0.712µs (SLO: <10.000µs 📉 -92.9%)

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ strip_aspect

Time: ✅ 10.988µs (SLO: <20.000µs 📉 -45.1%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ strip_noaspect

Time: ✅ 0.392µs (SLO: <10.000µs 📉 -96.1%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ swapcase_aspect

Time: ✅ 2.507µs (SLO: <10.000µs 📉 -74.9%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ swapcase_noaspect

Time: ✅ 0.535µs (SLO: <10.000µs 📉 -94.7%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ title_aspect

Time: ✅ 2.429µs (SLO: <10.000µs 📉 -75.7%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ title_noaspect

Time: ✅ 0.506µs (SLO: <10.000µs 📉 -94.9%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ translate_aspect

Time: ✅ 3.323µs (SLO: <10.000µs 📉 -66.8%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ translate_noaspect

Time: ✅ 1.047µs (SLO: <10.000µs 📉 -89.5%)

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ upper_aspect

Time: ✅ 2.250µs (SLO: <10.000µs 📉 -77.5%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ upper_noaspect

Time: ✅ 0.376µs (SLO: <10.000µs 📉 -96.2%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

Time: ✅ 4.306µs (SLO: <10.000µs 📉 -56.9%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ ospathbasename_noaspect

Time: ✅ 1.084µs (SLO: <10.000µs 📉 -89.2%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathjoin_aspect

Time: ✅ 6.866µs (SLO: <10.000µs 📉 -31.3%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ ospathjoin_noaspect

Time: ✅ 2.291µs (SLO: <10.000µs 📉 -77.1%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathnormcase_aspect

Time: ✅ 3.472µs (SLO: <10.000µs 📉 -65.3%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ ospathnormcase_noaspect

Time: ✅ 0.568µs (SLO: <10.000µs 📉 -94.3%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathsplit_aspect

Time: ✅ 4.928µs (SLO: <10.000µs 📉 -50.7%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ ospathsplit_noaspect

Time: ✅ 1.593µs (SLO: <10.000µs 📉 -84.1%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathsplitdrive_aspect

Time: ✅ 3.691µs (SLO: <10.000µs 📉 -63.1%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathsplitdrive_noaspect

Time: ✅ 0.710µs (SLO: <10.000µs 📉 -92.9%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ ospathsplitext_aspect

Time: ✅ 4.583µs (SLO: <10.000µs 📉 -54.2%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ ospathsplitext_noaspect

Time: ✅ 1.390µs (SLO: <10.000µs 📉 -86.1%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

Time: ✅ 1.465µs (SLO: <10.000µs 📉 -85.4%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ rsplit_noaspect

Time: ✅ 0.582µs (SLO: <10.000µs 📉 -94.2%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ split_aspect

Time: ✅ 1.450µs (SLO: <10.000µs 📉 -85.5%)

Memory: ✅ 36.766MB (SLO: <39.000MB -5.7%)


✅ split_noaspect

Time: ✅ 0.580µs (SLO: <10.000µs 📉 -94.2%)

Memory: ✅ 36.726MB (SLO: <39.000MB -5.8%)


✅ splitlines_aspect

Time: ✅ 1.420µs (SLO: <10.000µs 📉 -85.8%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ splitlines_noaspect

Time: ✅ 0.594µs (SLO: <10.000µs 📉 -94.1%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 49.191µs (SLO: <60.000µs 📉 -18.0%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ propagation_enabled

Time: ✅ 145.828µs (SLO: <160.000µs -8.9%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ propagation_enabled_100

Time: ✅ 1.593ms (SLO: <1.800ms 📉 -11.5%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ propagation_enabled_1000

Time: ✅ 29.144ms (SLO: <30.550ms -4.6%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.504ms (SLO: <42.000ms -3.6%)

Memory: ✅ 34.053MB (SLO: <39.000MB 📉 -12.7%)


✅ add-link

Time: ✅ 36.226ms (SLO: <38.550ms -6.0%)

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ add-metrics

Time: ✅ 219.355ms (SLO: <232.000ms -5.5%)

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ add-tags

Time: ✅ 213.246ms (SLO: <221.600ms -3.8%)

Memory: ✅ 34.111MB (SLO: <39.000MB 📉 -12.5%)


✅ get-context

Time: ✅ 29.136ms (SLO: <31.300ms -6.9%)

Memory: ✅ 34.190MB (SLO: <39.000MB 📉 -12.3%)


✅ is-recording

Time: ✅ 29.193ms (SLO: <31.000ms -5.8%)

Memory: ✅ 34.111MB (SLO: <39.000MB 📉 -12.5%)


✅ record-exception

Time: ✅ 63.329ms (SLO: <65.850ms -3.8%)

Memory: ✅ 34.210MB (SLO: <39.000MB 📉 -12.3%)


✅ set-status

Time: ✅ 31.849ms (SLO: <34.150ms -6.7%)

Memory: ✅ 34.111MB (SLO: <39.000MB 📉 -12.5%)


✅ start

Time: ✅ 29.023ms (SLO: <30.150ms -3.7%)

Memory: ✅ 34.170MB (SLO: <39.000MB 📉 -12.4%)


✅ start-finish

Time: ✅ 33.821ms (SLO: <35.350ms -4.3%)

Memory: ✅ 34.170MB (SLO: <39.000MB 📉 -12.4%)


✅ start-finish-telemetry

Time: ✅ 33.869ms (SLO: <35.450ms -4.5%)

Memory: ✅ 34.111MB (SLO: <39.000MB 📉 -12.5%)


✅ update-name

Time: ✅ 31.542ms (SLO: <33.400ms -5.6%)

Memory: ✅ 34.151MB (SLO: <39.000MB 📉 -12.4%)


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 45.552ms (SLO: <47.150ms -3.4%)

Memory: ✅ 44.358MB (SLO: <46.500MB -4.6%)


✅ add-metrics

Time: ✅ 321.883ms (SLO: <344.800ms -6.6%)

Memory: ✅ 559.530MB (SLO: <562.000MB 🟡 -0.4%)


✅ add-tags

Time: ✅ 290.436ms (SLO: <314.000ms -7.5%)

Memory: ✅ 560.431MB (SLO: <563.500MB 🟡 -0.5%)


✅ get-context

Time: ✅ 87.032ms (SLO: <92.350ms -5.8%)

Memory: ✅ 39.544MB (SLO: <46.500MB 📉 -15.0%)


✅ is-recording

Time: ✅ 42.970ms (SLO: <44.500ms -3.4%)

Memory: ✅ 43.679MB (SLO: <46.500MB -6.1%)


✅ record-exception

Time: ✅ 61.735ms (SLO: <67.650ms -8.7%)

Memory: ✅ 39.730MB (SLO: <46.500MB 📉 -14.6%)


✅ set-status

Time: ✅ 48.887ms (SLO: <50.400ms -3.0%)

Memory: ✅ 43.688MB (SLO: <46.500MB -6.0%)


✅ start

Time: ✅ 42.989ms (SLO: <43.450ms 🟡 -1.1%)

Memory: ✅ 43.659MB (SLO: <46.500MB -6.1%)


✅ start-finish

Time: ✅ 84.938ms (SLO: <88.000ms -3.5%)

Memory: ✅ 33.758MB (SLO: <46.500MB 📉 -27.4%)


✅ start-finish-telemetry

Time: ✅ 86.926ms (SLO: <89.000ms -2.3%)

Memory: ✅ 33.777MB (SLO: <46.500MB 📉 -27.4%)


✅ update-name

Time: ✅ 44.068ms (SLO: <45.150ms -2.4%)

Memory: ✅ 44.056MB (SLO: <46.500MB -5.3%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 340.642ms (SLO: <354.300ms -3.9%)

Memory: ✅ 36.694MB (SLO: <40.000MB -8.3%)


✅ cache_on

Time: ✅ 0.382µs (SLO: <10.000µs 📉 -96.2%)

Memory: ✅ 34.937MB (SLO: <39.000MB 📉 -10.4%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 154.625µs (SLO: <170.000µs -9.0%)

Memory: ✅ 35.846MB (SLO: <38.500MB -6.9%)


✅ import_many_cached

Time: ✅ 120.502µs (SLO: <130.000µs -7.3%)

Memory: ✅ 36.061MB (SLO: <38.500MB -6.3%)


✅ import_many_stdlib

Time: ✅ 1.601ms (SLO: <1.750ms -8.5%)

Memory: ✅ 36.094MB (SLO: <38.500MB -6.2%)


✅ import_many_stdlib_cached

Time: ✅ 0.967ms (SLO: <1.100ms 📉 -12.1%)

Memory: ✅ 35.864MB (SLO: <38.500MB -6.8%)


✅ import_many_unknown

Time: ✅ 832.684µs (SLO: <890.000µs -6.4%)

Memory: ✅ 36.011MB (SLO: <38.500MB -6.5%)


✅ import_many_unknown_cached

Time: ✅ 786.950µs (SLO: <870.000µs -9.5%)

Memory: ✅ 36.124MB (SLO: <38.500MB -6.2%)


✅ import_one

Time: ✅ 19.741µs (SLO: <30.000µs 📉 -34.2%)

Memory: ✅ 35.804MB (SLO: <39.000MB -8.2%)


✅ import_one_cache

Time: ✅ 6.285µs (SLO: <10.000µs 📉 -37.2%)

Memory: ✅ 35.857MB (SLO: <38.500MB -6.9%)


✅ import_one_stdlib

Time: ✅ 18.683µs (SLO: <20.000µs -6.6%)

Memory: ✅ 35.833MB (SLO: <38.500MB -6.9%)


✅ import_one_stdlib_cache

Time: ✅ 6.268µs (SLO: <10.000µs 📉 -37.3%)

Memory: ✅ 35.795MB (SLO: <38.500MB -7.0%)


✅ import_one_unknown

Time: ✅ 45.333µs (SLO: <50.000µs -9.3%)

Memory: ✅ 35.674MB (SLO: <38.500MB -7.3%)


✅ import_one_unknown_cache

Time: ✅ 6.303µs (SLO: <10.000µs 📉 -37.0%)

Memory: ✅ 35.860MB (SLO: <38.500MB -6.9%)


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

Time: ✅ 2.341µs (SLO: <10.000µs 📉 -76.6%)

Memory: ✅ 30.966MB (SLO: <34.000MB -8.9%)


✅ high_rate_limit

Time: ✅ 2.421µs (SLO: <10.000µs 📉 -75.8%)

Memory: ✅ 30.985MB (SLO: <34.000MB -8.9%)


✅ long_window

Time: ✅ 2.355µs (SLO: <10.000µs 📉 -76.4%)

Memory: ✅ 30.946MB (SLO: <34.000MB -9.0%)


✅ low_rate_limit

Time: ✅ 2.368µs (SLO: <10.000µs 📉 -76.3%)

Memory: ✅ 30.985MB (SLO: <34.000MB -8.9%)


✅ no_rate_limit

Time: ✅ 0.824µs (SLO: <10.000µs 📉 -91.8%)

Memory: ✅ 30.985MB (SLO: <34.000MB -8.9%)


✅ short_window

Time: ✅ 2.496µs (SLO: <10.000µs 📉 -75.0%)

Memory: ✅ 30.926MB (SLO: <34.000MB -9.0%)


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

Time: ✅ 309.276ms (SLO: <320.950ms -3.6%)

Memory: ✅ 32.480MB (SLO: <34.500MB -5.9%)


✅ deep-profiled

Time: ✅ 325.453ms (SLO: <359.150ms -9.4%)

Memory: ✅ 35.036MB (SLO: <39.000MB 📉 -10.2%)


✅ medium

Time: ✅ 7.059ms (SLO: <7.400ms -4.6%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ shallow

Time: ✅ 0.951ms (SLO: <1.050ms -9.4%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 274.959µs (SLO: <290.000µs -5.2%)

Memory: ✅ 31.202MB (SLO: <34.000MB -8.2%)


✅ high_match

Time: ✅ 449.234µs (SLO: <480.000µs -6.4%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ low_match

Time: ✅ 110.289µs (SLO: <120.000µs -8.1%)

Memory: ✅ 433.505MB (SLO: <450.000MB -3.7%)


✅ very_low_match

Time: ✅ 7.697ms (SLO: <8.500ms -9.5%)

Memory: ✅ 57.035MB (SLO: <60.000MB -4.9%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.370µs (SLO: <20.000µs 📉 -38.1%)

Memory: ✅ 31.713MB (SLO: <34.000MB -6.7%)


✅ all-enabled

Time: ✅ 42.071µs (SLO: <50.000µs 📉 -15.9%)

Memory: ✅ 31.792MB (SLO: <34.000MB -6.5%)


✅ collectipvariant_exists

Time: ✅ 43.009µs (SLO: <50.000µs 📉 -14.0%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


✅ no-collectipvariant

Time: ✅ 42.277µs (SLO: <50.000µs 📉 -15.4%)

Memory: ✅ 31.792MB (SLO: <34.000MB -6.5%)


✅ no-useragentvariant

Time: ✅ 40.829µs (SLO: <50.000µs 📉 -18.3%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


✅ obfuscation-no-query

Time: ✅ 42.665µs (SLO: <50.000µs 📉 -14.7%)

Memory: ✅ 31.772MB (SLO: <34.000MB -6.6%)


✅ obfuscation-regular-case-explicit-query

Time: ✅ 78.630µs (SLO: <90.000µs 📉 -12.6%)

Memory: ✅ 32.224MB (SLO: <34.000MB -5.2%)


✅ obfuscation-regular-case-implicit-query

Time: ✅ 79.355µs (SLO: <90.000µs 📉 -11.8%)

Memory: ✅ 32.185MB (SLO: <34.000MB -5.3%)


✅ obfuscation-send-querystring-disabled

Time: ✅ 157.138µs (SLO: <170.000µs -7.6%)

Memory: ✅ 32.204MB (SLO: <34.500MB -6.7%)


✅ obfuscation-worst-case-explicit-query

Time: ✅ 151.355µs (SLO: <160.000µs -5.4%)

Memory: ✅ 32.165MB (SLO: <34.500MB -6.8%)


✅ obfuscation-worst-case-implicit-query

Time: ✅ 157.527µs (SLO: <170.000µs -7.3%)

Memory: ✅ 32.185MB (SLO: <34.500MB -6.7%)


✅ useragentvariant_exists_1

Time: ✅ 41.552µs (SLO: <50.000µs 📉 -16.9%)

Memory: ✅ 31.792MB (SLO: <34.000MB -6.5%)


✅ useragentvariant_exists_2

Time: ✅ 42.633µs (SLO: <50.000µs 📉 -14.7%)

Memory: ✅ 31.792MB (SLO: <34.000MB -6.5%)


✅ useragentvariant_exists_3

Time: ✅ 42.136µs (SLO: <50.000µs 📉 -15.7%)

Memory: ✅ 31.752MB (SLO: <34.000MB -6.6%)


✅ useragentvariant_not_exists_1

Time: ✅ 41.696µs (SLO: <50.000µs 📉 -16.6%)

Memory: ✅ 31.831MB (SLO: <34.000MB -6.4%)


✅ useragentvariant_not_exists_2

Time: ✅ 41.786µs (SLO: <50.000µs 📉 -16.4%)

Memory: ✅ 31.752MB (SLO: <34.000MB -6.6%)


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.119ms (SLO: <26.200ms -7.9%)

Memory: ✅ 50.649MB (SLO: <53.000MB -4.4%)


✅ add-metrics

Time: ✅ 90.718ms (SLO: <98.350ms -7.8%)

Memory: ✅ 614.802MB (SLO: <961.000MB 📉 -36.0%)


✅ add-tags

Time: ✅ 149.856ms (SLO: <168.550ms 📉 -11.1%)

Memory: ✅ 615.687MB (SLO: <962.500MB 📉 -36.0%)


✅ get-context

Time: ✅ 22.527ms (SLO: <23.700ms -4.9%)

Memory: ✅ 49.441MB (SLO: <53.000MB -6.7%)


✅ is-recording

Time: ✅ 22.837ms (SLO: <23.900ms -4.4%)

Memory: ✅ 49.454MB (SLO: <53.000MB -6.7%)


✅ record-exception

Time: ✅ 42.838ms (SLO: <44.500ms -3.7%)

Memory: ✅ 42.497MB (SLO: <53.000MB 📉 -19.8%)


✅ set-status

Time: ✅ 24.379ms (SLO: <26.000ms -6.2%)

Memory: ✅ 49.523MB (SLO: <53.000MB -6.6%)


✅ start

Time: ✅ 22.109ms (SLO: <23.500ms -5.9%)

Memory: ✅ 49.591MB (SLO: <53.000MB -6.4%)


✅ start-finish

Time: ✅ 54.343ms (SLO: <55.500ms -2.1%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ start-finish-telemetry

Time: ✅ 55.906ms (SLO: <58.300ms -4.1%)

Memory: ✅ 31.359MB (SLO: <34.000MB -7.8%)


✅ start-finish-traceid128

Time: ✅ 57.705ms (SLO: <60.050ms -3.9%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ start-traceid128

Time: ✅ 22.647ms (SLO: <24.600ms -7.9%)

Memory: ✅ 49.549MB (SLO: <53.000MB -6.5%)


✅ update-name

Time: ✅ 23.025ms (SLO: <24.100ms -4.5%)

Memory: ✅ 50.041MB (SLO: <53.000MB -5.6%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.229µs (SLO: <10.000µs 📉 -67.7%)

Memory: ✅ 31.202MB (SLO: <34.000MB -8.2%)


✅ 1-count-metrics-100-times

Time: ✅ 217.448µs (SLO: <240.000µs -9.4%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 1-distribution-metric-1-times

Time: ✅ 2.977µs (SLO: <10.000µs 📉 -70.2%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 1-distribution-metrics-100-times

Time: ✅ 195.012µs (SLO: <210.000µs -7.1%)

Memory: ✅ 31.320MB (SLO: <34.000MB -7.9%)


✅ 1-gauge-metric-1-times

Time: ✅ 2.513µs (SLO: <10.000µs 📉 -74.9%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 1-gauge-metrics-100-times

Time: ✅ 123.941µs (SLO: <140.000µs 📉 -11.5%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)


✅ 1-rate-metric-1-times

Time: ✅ 3.262µs (SLO: <10.000µs 📉 -67.4%)

Memory: ✅ 31.320MB (SLO: <34.000MB -7.9%)


✅ 1-rate-metrics-100-times

Time: ✅ 220.419µs (SLO: <240.000µs -8.2%)

Memory: ✅ 31.182MB (SLO: <34.000MB -8.3%)


✅ 100-count-metrics-100-times

Time: ✅ 22.053ms (SLO: <23.000ms -4.1%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ 100-distribution-metrics-100-times

Time: ✅ 2.065ms (SLO: <2.200ms -6.2%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)


✅ 100-gauge-metrics-100-times

Time: ✅ 1.273ms (SLO: <1.500ms 📉 -15.1%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ 100-rate-metrics-100-times

Time: ✅ 2.233ms (SLO: <2.500ms 📉 -10.7%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ flush-1-metric

Time: ✅ 4.295µs (SLO: <10.000µs 📉 -57.0%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ flush-100-metrics

Time: ✅ 182.397µs (SLO: <200.000µs -8.8%)

Memory: ✅ 31.379MB (SLO: <34.000MB -7.7%)


✅ flush-1000-metrics

Time: ✅ 2.227ms (SLO: <2.450ms -9.1%)

Memory: ✅ 32.460MB (SLO: <34.500MB -5.9%)


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 29.870ms (SLO: <32.950ms -9.3%)

Memory: ✅ 32.480MB (SLO: <34.500MB -5.9%)


✅ medium

Time: ✅ 2.926ms (SLO: <3.200ms -8.6%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ small

Time: ✅ 334.623µs (SLO: <370.000µs -9.6%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)

@erikayasuda erikayasuda merged commit 21a9135 into 3.12 Sep 3, 2025
921 of 927 checks passed
@erikayasuda erikayasuda deleted the taegyunkim/3-12-cherry-pick branch September 3, 2025 20:38
erikayasuda pushed a commit that referenced this pull request Sep 3, 2025
…port 3.12] (#14485)

In #14205 we removed the `_interval` parameter for the
`MemoryCollector`.
This was a mistake. Now the memory profile collector thread basically
spins in a tight loop because the interval is 0. Add that parameter
back.

Backports #14276 to the 3.12 branch. This was fixed in 3.12.0 but
somehow didn't make it to 3.12.1 or 3.12.2

The actual fix was picked up by #14487 and this PR is mainly to add a
release note.

## 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 articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [x] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)

Co-authored-by: Taegyun Kim <taegyun.kim@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.