Skip to content

Conversation

@dd-octo-sts
Copy link
Contributor

@dd-octo-sts dd-octo-sts bot commented Aug 13, 2025

Backport da30538 from #14290 to 3.11.

Resolves an issue where our openai integration did not catch/propagate asyncio CancelledError cases.

In OpenAI Agents SDK, the OpenAI library is used internally to make LLM calls. However in a somewhat convoluted scenario, OpenAI Agents makes two LLM calls concurrently via asyncio.gather(...), in which the first one can raise an error, which results in the second LLM call being cancelled sometime later. Our OpenAI integration did not catch this and continued executing and returning the underlying LLM call instead of raising, which caused an exception in the OpenAI Agents SDK which did not expect a None response (this should've cancelled and raised before it got to this point).

This fix addresses this by directly raising if we notice the asyncio task has been cancelled.

We're avoiding a repro here because it's 1) difficult to simulate a non-standard exception, and 2) the repro case involves using asyncio to simulate a cancelled task, which is not trivial.

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

@dd-octo-sts dd-octo-sts bot requested review from a team as code owners August 13, 2025 17:21
@dd-octo-sts dd-octo-sts bot requested review from mabdinur and taegyunkim August 13, 2025 17:21
@github-actions
Copy link
Contributor

CODEOWNERS have been resolved as:

releasenotes/notes/fix-openai-catch-base-exception-a59c36fa8b0f40a0.yaml  @DataDog/apm-python
ddtrace/contrib/internal/openai/patch.py                                @DataDog/ml-observability

Resolves an issue where our openai integration did not catch/propagate
asyncio CancelledError cases.

In OpenAI Agents SDK, the OpenAI library is used internally to make LLM
calls. However in a somewhat convoluted scenario, OpenAI Agents makes
two LLM calls concurrently via `asyncio.gather(...)`, in which the first
one can raise an error, which results in the second LLM call being
cancelled sometime later. Our OpenAI integration did not catch this and
continued executing and returning the underlying LLM call instead of
raising, which caused an exception in the OpenAI Agents SDK which did
not expect a None response (this should've cancelled and raised before
it got to this point).

This fix addresses this by directly raising if we notice the asyncio
task has been cancelled.

We're avoiding a repro here because it's 1) difficult to simulate a
non-standard exception, and 2) the repro case involves using asyncio to
simulate a cancelled task, which is not trivial.

- [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))

- [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)

(cherry picked from commit da30538)
@Yun-Kim Yun-Kim force-pushed the backport-14290-to-3.11 branch from 5316f0d to 6749981 Compare August 13, 2025 17:23
@Yun-Kim Yun-Kim enabled auto-merge (squash) August 13, 2025 17:24
@github-actions
Copy link
Contributor

github-actions bot commented Aug 13, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

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

The average import time from base is: 279 ± 5 ms.

The import time difference between this PR and base is: -13.7 ± 0.2 ms.

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 10.604 ms (3.99%)
ddtrace 5.745 ms (2.16%)
ddtrace._logger 3.035 ms (1.14%)
ddtrace.internal.telemetry 2.901 ms (1.09%)
ddtrace.internal.telemetry.writer 1.452 ms (0.55%)
http.client 0.835 ms (0.31%)
email.parser 0.502 ms (0.19%)
email.feedparser 0.484 ms (0.18%)
email._policybase 0.484 ms (0.18%)
email.header 0.293 ms (0.11%)
email.charset 0.251 ms (0.09%)
email.utils 0.169 ms (0.06%)
random 0.060 ms (0.02%)
bisect 0.024 ms (0.01%)
_bisect 0.024 ms (0.01%)
email._parseaddr 0.048 ms (0.02%)
calendar 0.048 ms (0.02%)
datetime 0.024 ms (0.01%)
_datetime 0.024 ms (0.01%)
ssl 0.259 ms (0.10%)
_ssl 0.085 ms (0.03%)
ddtrace.internal.telemetry.data 0.165 ms (0.06%)
ddtrace.internal.packages 0.127 ms (0.05%)
_sysconfigdata__linux_x86_64-linux-gnu 0.063 ms (0.02%)
sysconfig 0.038 ms (0.01%)
ddtrace.settings._telemetry 0.093 ms (0.03%)
ddtrace.settings._inferred_base_service 0.041 ms (0.02%)
ddtrace.internal.runtime 0.076 ms (0.03%)
uuid 0.076 ms (0.03%)
platform 0.039 ms (0.01%)
ddtrace.internal.periodic 0.067 ms (0.03%)
ddtrace.internal._threads 0.044 ms (0.02%)
ddtrace.internal.service 0.023 ms (0.01%)
ddtrace.internal.telemetry.metrics_namespaces 0.058 ms (0.02%)
ddtrace.internal.encoding 0.049 ms (0.02%)
ddtrace.internal._encoding 0.049 ms (0.02%)
ddtrace.internal.utils.time 0.023 ms (0.01%)
ddtrace.internal.forksafe 0.022 ms (0.01%)
ddtrace.settings._agent 1.216 ms (0.46%)
ddtrace.settings 0.826 ms (0.31%)
ddtrace.settings.http 0.492 ms (0.19%)
ddtrace.internal.utils.cache 0.356 ms (0.13%)
inspect 0.356 ms (0.13%)
ast 0.048 ms (0.02%)
dis 0.023 ms (0.01%)
opcode 0.023 ms (0.01%)
_opcode 0.023 ms (0.01%)
ddtrace.internal.utils.http 0.136 ms (0.05%)
email.encoders 0.041 ms (0.02%)
base64 0.041 ms (0.02%)
struct 0.024 ms (0.01%)
_struct 0.024 ms (0.01%)
binascii 0.017 ms (0.01%)
dataclasses 0.033 ms (0.01%)
ddtrace.settings.integration 0.334 ms (0.13%)
ddtrace.vendor.debtcollector 0.316 ms (0.12%)
ddtrace.vendor 0.239 ms (0.09%)
ddtrace.internal.module 0.239 ms (0.09%)
ddtrace.internal.wrapping.context 0.205 ms (0.08%)
ddtrace.internal.wrapping 0.104 ms (0.04%)
bytecode 0.080 ms (0.03%)
bytecode.bytecode 0.080 ms (0.03%)
bytecode.flags 0.080 ms (0.03%)
bytecode.instr 0.080 ms (0.03%)
ddtrace.internal.utils.inspection 0.051 ms (0.02%)
ddtrace.internal.safety 0.025 ms (0.01%)
wrapt 0.025 ms (0.01%)
wrapt.__wrapt__ 0.025 ms (0.01%)
wrapt._wrappers 0.025 ms (0.01%)
contextvars 0.020 ms (0.01%)
_contextvars 0.020 ms (0.01%)
ddtrace.vendor.debtcollector.moves 0.050 ms (0.02%)
socket 0.220 ms (0.08%)
_socket 0.083 ms (0.03%)
array 0.039 ms (0.01%)
ddtrace.settings._core 0.141 ms (0.05%)
envier 0.066 ms (0.02%)
envier.env 0.066 ms (0.02%)
ddtrace.internal.native 0.040 ms (0.02%)
ddtrace.internal.native._native 0.040 ms (0.02%)
ddtrace.internal.utils.formats 0.118 ms (0.04%)
ddtrace.internal.compat 0.094 ms (0.04%)
pathlib 0.094 ms (0.04%)
urllib.parse 0.045 ms (0.02%)
ntpath 0.010 ms (0.00%)
ddtrace.internal.constants 0.024 ms (0.01%)
ddtrace.constants 0.024 ms (0.01%)
ddtrace.internal.telemetry.constants 0.029 ms (0.01%)
ddtrace.settings._otel_remapper 0.027 ms (0.01%)
typing 0.077 ms (0.03%)
logging 0.056 ms (0.02%)
ddtrace.trace 0.825 ms (0.31%)
ddtrace._trace.filters 0.532 ms (0.20%)
ddtrace._trace.processor 0.532 ms (0.20%)
ddtrace._trace.sampler 0.270 ms (0.10%)
ddtrace._trace.span 0.231 ms (0.09%)
ddtrace._trace._span_pointer 0.127 ms (0.05%)
hashlib 0.089 ms (0.03%)
_hashlib 0.089 ms (0.03%)
ddtrace.internal._rand 0.027 ms (0.01%)
pprint 0.024 ms (0.01%)
ddtrace.internal.rate_limiter 0.039 ms (0.01%)
ddtrace.internal.writer 0.215 ms (0.08%)
ddtrace.internal.writer.writer 0.215 ms (0.08%)
ddtrace.internal.dogstatsd 0.105 ms (0.04%)
ddtrace.vendor.dogstatsd 0.105 ms (0.04%)
ddtrace.vendor.dogstatsd.base 0.105 ms (0.04%)
ddtrace.vendor.dogstatsd.container 0.029 ms (0.01%)
gzip 0.030 ms (0.01%)
ddtrace.internal.agent 0.015 ms (0.01%)
ddtrace._trace.tracer 0.123 ms (0.05%)
ddtrace.internal.processor.endpoint_call_counter 0.042 ms (0.02%)
ddtrace.internal.debug 0.031 ms (0.01%)
ddtrace._trace.context 0.065 ms (0.02%)
ddtrace._trace._span_link 0.031 ms (0.01%)
ddtrace.settings._config 0.586 ms (0.22%)
ddtrace.internal.gitmetadata 0.457 ms (0.17%)
ddtrace.ext.ci 0.431 ms (0.16%)
ddtrace.ext.git 0.431 ms (0.16%)
tempfile 0.295 ms (0.11%)
shutil 0.078 ms (0.03%)
zlib 0.023 ms (0.01%)
ddtrace.internal.schema 0.025 ms (0.01%)
ddtrace.internal.schema.span_attribute_schema 0.025 ms (0.01%)
ddtrace.internal._unpatched 0.324 ms (0.12%)
subprocess 0.213 ms (0.08%)
contextlib 0.199 ms (0.07%)
fcntl 0.014 ms (0.01%)
json 0.080 ms (0.03%)
json.decoder 0.080 ms (0.03%)
re 0.080 ms (0.03%)
enum 0.080 ms (0.03%)
types 0.037 ms (0.01%)
threading 0.031 ms (0.01%)
ddtrace._monkey 0.302 ms (0.11%)
ddtrace.settings.asm 0.094 ms (0.04%)
ddtrace.internal.endpoints 0.049 ms (0.02%)
ddtrace.appsec._listeners 0.084 ms (0.03%)
ddtrace.internal.core 0.084 ms (0.03%)
ddtrace.internal.core.event_hub 0.057 ms (0.02%)
ddtrace.vendor.packaging.specifiers 0.078 ms (0.03%)
ddtrace.bootstrap.sitecustomize 4.859 ms (1.83%)
ddtrace.bootstrap.preload 4.153 ms (1.56%)
ddtrace.internal.remoteconfig.client 0.891 ms (0.34%)
ddtrace.internal.products 0.462 ms (0.17%)
importlib.metadata 0.462 ms (0.17%)
zipfile 0.351 ms (0.13%)
zipfile._path 0.272 ms (0.10%)
zipfile._path.glob 0.272 ms (0.10%)
csv 0.033 ms (0.01%)
_csv 0.033 ms (0.01%)
ddtrace.settings.profiling 0.438 ms (0.16%)
ddtrace.vendor.psutil 0.264 ms (0.10%)
ddtrace.vendor.psutil._pslinux 0.169 ms (0.06%)
ddtrace.vendor.psutil._psutil_linux 0.030 ms (0.01%)
glob 0.026 ms (0.01%)
ddtrace.internal.datadog.profiling.ddup 0.063 ms (0.02%)
ddtrace.internal.datadog.profiling.ddup._ddup 0.063 ms (0.02%)
ddtrace.internal.datadog.profiling.stack_v2 0.038 ms (0.01%)
ddtrace.internal.datadog.profiling.stack_v2._stack_v2 0.038 ms (0.01%)
multiprocessing.sharedctypes 0.349 ms (0.13%)
multiprocessing.heap 0.349 ms (0.13%)
mmap 0.303 ms (0.11%)
multiprocessing.util 0.022 ms (0.01%)
ddtrace.internal.symbol_db.remoteconfig 0.204 ms (0.08%)
ddtrace.internal.symbol_db.symbols 0.137 ms (0.05%)
ddtrace.settings.symbol_db 0.026 ms (0.01%)
multiprocessing 0.119 ms (0.04%)
multiprocessing.context 0.119 ms (0.04%)
multiprocessing.reduction 0.119 ms (0.04%)
pickle 0.119 ms (0.04%)
_compat_pickle 0.026 ms (0.01%)
_pickle 0.026 ms (0.01%)
ddtrace.settings.crashtracker 0.083 ms (0.03%)
ddtrace.internal.datadog.profiling.crashtracker 0.083 ms (0.03%)
ddtrace.internal.datadog.profiling.crashtracker._crashtracker 0.083 ms (0.03%)
ddtrace.internal.remoteconfig._connectors 0.076 ms (0.03%)
ctypes 0.053 ms (0.02%)
_ctypes 0.053 ms (0.02%)
ddtrace.settings.dynamic_instrumentation 0.055 ms (0.02%)
ddtrace.debugging._import 0.046 ms (0.02%)
ddtrace.debugging._function.discovery 0.046 ms (0.02%)
ddtrace.internal.remoteconfig.worker 0.045 ms (0.02%)
ddtrace.internal.runtime.runtime_metrics 0.028 ms (0.01%)
ddtrace._trace.trace_handlers 0.389 ms (0.15%)
ddtrace._trace._inferred_proxy 0.185 ms (0.07%)
ddtrace.propagation.http 0.185 ms (0.07%)
ddtrace.internal._tagset 0.061 ms (0.02%)
ddtrace.contrib.trace_utils 0.097 ms (0.04%)
ddtrace.contrib.internal.trace_utils 0.075 ms (0.03%)
ddtrace.contrib.internal.trace_utils_base 0.037 ms (0.01%)
shlex 0.030 ms (0.01%)

@pr-commenter
Copy link

pr-commenter bot commented Aug 13, 2025

Performance SLOs

Candidate: backport-14290-to-3.11 (6749981)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.775µs (SLO: <20.000µs 📉 -31.1%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ context_with_data_no_listeners

Time: ✅ 3.798µs (SLO: <10.000µs 📉 -62.0%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


⚠️ context_with_data_only_all_listeners

Time: ⚠️ 13.822µs (SLO: <20.000µs 📉 -30.9%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ get_item_exists

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

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ get_item_missing

Time: ✅ 0.681µs (SLO: <10.000µs 📉 -93.2%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ set_item

Time: ✅ 24.520µs (SLO: <30.000µs 📉 -18.3%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


🔵 djangosimple - 22/22

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 21.380ms (SLO: <22.300ms -4.1%)

Memory: ✅ 64.446MB (SLO: <65.500MB 🟡 -1.6%)


✅ exception-replay-enabled

Time: ✅ 1.357ms (SLO: <1.450ms -6.4%)

Memory: ✅ 63.681MB (SLO: <65.500MB -2.8%)


✅ iast

Time: ✅ 21.352ms (SLO: <22.250ms -4.0%)

Memory: ✅ 64.468MB (SLO: <65.500MB 🟡 -1.6%)


✅ profiler

Time: ✅ 15.837ms (SLO: <16.550ms -4.3%)

Memory: ✅ 51.354MB (SLO: <53.000MB -3.1%)


✅ span-code-origin

Time: ✅ 27.051ms (SLO: <28.200ms -4.1%)

Memory: ✅ 66.550MB (SLO: <68.000MB -2.1%)


✅ tracer

Time: ✅ 21.411ms (SLO: <22.700ms -5.7%)

Memory: ✅ 64.448MB (SLO: <65.500MB 🟡 -1.6%)


✅ tracer-and-profiler

Time: ✅ 23.890ms (SLO: <24.900ms -4.1%)

Memory: ✅ 65.437MB (SLO: <67.000MB -2.3%)


✅ tracer-no-caches

Time: ✅ 18.895ms (SLO: <19.650ms -3.8%)

Memory: ✅ 64.448MB (SLO: <65.500MB 🟡 -1.6%)


✅ tracer-no-databases

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

Memory: ✅ 64.468MB (SLO: <65.500MB 🟡 -1.6%)


✅ tracer-no-middleware

Time: ✅ 21.159ms (SLO: <22.500ms -6.0%)

Memory: ✅ 64.468MB (SLO: <65.500MB 🟡 -1.6%)


✅ tracer-no-templates

Time: ✅ 21.211ms (SLO: <22.250ms -4.7%)

Memory: ✅ 64.466MB (SLO: <65.500MB 🟡 -1.6%)


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.554ms (SLO: <19.850ms -6.5%)

Memory: ✅ 64.408MB (SLO: <65.500MB 🟡 -1.7%)


✅ errortracking-enabled-user

Time: ✅ 18.851ms (SLO: <19.400ms -2.8%)

Memory: ✅ 64.470MB (SLO: <65.500MB 🟡 -1.6%)


✅ tracer-enabled

Time: ✅ 18.706ms (SLO: <19.450ms -3.8%)

Memory: ✅ 64.379MB (SLO: <65.500MB 🟡 -1.7%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.121ms (SLO: <2.300ms -7.8%)

Memory: ✅ 51.492MB (SLO: <53.000MB -2.8%)


✅ errortracking-enabled-user

Time: ✅ 2.151ms (SLO: <2.250ms -4.4%)

Memory: ✅ 51.570MB (SLO: <53.000MB -2.7%)


✅ tracer-enabled

Time: ✅ 2.117ms (SLO: <2.300ms -8.0%)

Memory: ✅ 51.610MB (SLO: <53.000MB -2.6%)


🔵 flasksimple - 14/14

🔵 No baseline data available for this suite

✅ appsec-get

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

Memory: ✅ 63.287MB (SLO: <64.000MB 🟡 -1.1%)


✅ appsec-post

Time: ✅ 6.635ms (SLO: <6.750ms 🟡 -1.7%)

Memory: ✅ 63.264MB (SLO: <64.000MB 🟡 -1.2%)


✅ appsec-telemetry

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

Memory: ✅ 63.164MB (SLO: <64.000MB 🟡 -1.3%)


✅ debugger

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

Memory: ✅ 42.295MB (SLO: <44.000MB -3.9%)


✅ iast-get

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

Memory: ✅ 44.855MB (SLO: <45.000MB 🟡 -0.3%)


✅ profiler

Time: ✅ 1.985ms (SLO: <2.100ms -5.5%)

Memory: ✅ 43.710MB (SLO: <44.000MB 🟡 -0.7%)


✅ tracer

Time: ✅ 3.396ms (SLO: <3.650ms -7.0%)

Memory: ✅ 51.772MB (SLO: <53.000MB -2.3%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.978ms (SLO: <4.200ms -5.3%)

Memory: ✅ 63.760MB (SLO: <66.000MB -3.4%)


✅ iast-enabled

Time: ✅ 2.575ms (SLO: <2.800ms -8.0%)

Memory: ✅ 56.564MB (SLO: <58.000MB -2.5%)


✅ tracer-enabled

Time: ✅ 2.104ms (SLO: <2.250ms -6.5%)

Memory: ✅ 51.688MB (SLO: <53.000MB -2.5%)


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

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

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ b3_headers

Time: ✅ 14.766µs (SLO: <20.000µs 📉 -26.2%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ b3_single_headers

Time: ✅ 13.324µs (SLO: <20.000µs 📉 -33.4%)

Memory: ✅ 29.196MB (SLO: <31.000MB -5.8%)


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 65.006µs (SLO: <80.000µs 📉 -18.7%)

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 69.447µs (SLO: <80.000µs 📉 -13.2%)

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ empty_headers

Time: ✅ 1.609µs (SLO: <10.000µs 📉 -83.9%)

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


✅ full_t_id_datadog_headers

Time: ✅ 23.963µs (SLO: <30.000µs 📉 -20.1%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ invalid_priority_header

Time: ✅ 6.536µs (SLO: <10.000µs 📉 -34.6%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ invalid_span_id_header

Time: ✅ 6.543µs (SLO: <10.000µs 📉 -34.6%)

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ invalid_tags_header

Time: ✅ 6.660µs (SLO: <10.000µs 📉 -33.4%)

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


✅ invalid_trace_id_header

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

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ large_header_no_matches

Time: ✅ 27.555µs (SLO: <30.000µs -8.2%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ large_valid_headers_all

Time: ✅ 28.839µs (SLO: <40.000µs 📉 -27.9%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ medium_header_no_matches

Time: ✅ 9.825µs (SLO: <20.000µs 📉 -50.9%)

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


✅ medium_valid_headers_all

Time: ✅ 11.224µs (SLO: <20.000µs 📉 -43.9%)

Memory: ✅ 29.177MB (SLO: <31.000MB -5.9%)


✅ none_propagation_style

Time: ✅ 1.707µs (SLO: <10.000µs 📉 -82.9%)

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


✅ tracecontext_headers

Time: ✅ 34.881µs (SLO: <40.000µs 📉 -12.8%)

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ valid_headers_all

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

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


✅ valid_headers_basic

Time: ✅ 6.100µs (SLO: <10.000µs 📉 -39.0%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ wsgi_empty_headers

Time: ✅ 1.613µs (SLO: <10.000µs 📉 -83.9%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ wsgi_invalid_priority_header

Time: ✅ 6.578µs (SLO: <10.000µs 📉 -34.2%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ wsgi_invalid_span_id_header

Time: ✅ 1.584µs (SLO: <10.000µs 📉 -84.2%)

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ wsgi_invalid_tags_header

Time: ✅ 6.533µs (SLO: <10.000µs 📉 -34.7%)

Memory: ✅ 29.177MB (SLO: <31.000MB -5.9%)


✅ wsgi_invalid_trace_id_header

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

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ wsgi_large_header_no_matches

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

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ wsgi_large_valid_headers_all

Time: ✅ 29.636µs (SLO: <40.000µs 📉 -25.9%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ wsgi_medium_header_no_matches

Time: ✅ 10.129µs (SLO: <20.000µs 📉 -49.4%)

Memory: ✅ 29.177MB (SLO: <31.000MB -5.9%)


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.646µs (SLO: <20.000µs 📉 -41.8%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ wsgi_valid_headers_all

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

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


✅ wsgi_valid_headers_basic

Time: ✅ 6.126µs (SLO: <10.000µs 📉 -38.7%)

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 19.927µs (SLO: <30.000µs 📉 -33.6%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ with_all

Time: ✅ 35.062µs (SLO: <40.000µs 📉 -12.3%)

Memory: ✅ 29.177MB (SLO: <31.000MB -5.9%)


✅ with_dd_origin

Time: ✅ 26.042µs (SLO: <30.000µs 📉 -13.2%)

Memory: ✅ 29.177MB (SLO: <31.000MB -5.9%)


✅ with_priority_and_origin

Time: ✅ 28.613µs (SLO: <40.000µs 📉 -28.5%)

Memory: ✅ 29.137MB (SLO: <31.000MB -6.0%)


✅ with_sampling_priority

Time: ✅ 22.390µs (SLO: <30.000µs 📉 -25.4%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ with_tags

Time: ✅ 27.925µs (SLO: <40.000µs 📉 -30.2%)

Memory: ✅ 29.118MB (SLO: <31.000MB -6.1%)


✅ with_tags_invalid

Time: ✅ 31.427µs (SLO: <40.000µs 📉 -21.4%)

Memory: ✅ 29.157MB (SLO: <31.000MB -5.9%)


✅ with_tags_max_size

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

Memory: ✅ 29.216MB (SLO: <31.000MB -5.8%)


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 33.155µs (SLO: <40.000µs 📉 -17.1%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_expand_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_findall_aspect

Time: ✅ 3.765µs (SLO: <10.000µs 📉 -62.4%)

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ re_findall_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_finditer_aspect

Time: ✅ 5.214µs (SLO: <10.000µs 📉 -47.9%)

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ re_finditer_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_fullmatch_aspect

Time: ✅ 3.413µs (SLO: <10.000µs 📉 -65.9%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_fullmatch_noaspect

Time: ✅ 1.290µs (SLO: <10.000µs 📉 -87.1%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_group_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_group_noaspect

Time: ✅ 1.610µs (SLO: <10.000µs 📉 -83.9%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_groups_aspect

Time: ✅ 3.544µs (SLO: <10.000µs 📉 -64.6%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_groups_noaspect

Time: ✅ 1.690µs (SLO: <10.000µs 📉 -83.1%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_match_aspect

Time: ✅ 3.410µs (SLO: <10.000µs 📉 -65.9%)

Memory: ✅ 34.623MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_match_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_search_aspect

Time: ✅ 3.290µs (SLO: <10.000µs 📉 -67.1%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_search_noaspect

Time: ✅ 1.194µs (SLO: <10.000µs 📉 -88.1%)

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ re_sub_aspect

Time: ✅ 4.669µs (SLO: <10.000µs 📉 -53.3%)

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ re_sub_noaspect

Time: ✅ 1.556µs (SLO: <10.000µs 📉 -84.4%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ re_subn_aspect

Time: ✅ 4.942µs (SLO: <10.000µs 📉 -50.6%)

Memory: ✅ 34.583MB (SLO: <35.500MB -2.6%)


✅ re_subn_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

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

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ add_inplace_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ add_inplace_noaspect

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

Memory: ✅ 34.898MB (SLO: <35.000MB 🟡 -0.3%)


✅ add_noaspect

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

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ bytearray_aspect

Time: ✅ 1.844µs (SLO: <10.000µs 📉 -81.6%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ bytearray_extend_aspect

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

Memory: ✅ 34.937MB (SLO: <35.000MB 🟡 -0.2%)


✅ bytearray_extend_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ bytearray_noaspect

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

Memory: ✅ 34.878MB (SLO: <35.000MB 🟡 -0.3%)


✅ bytes_aspect

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

Memory: ✅ 34.839MB (SLO: <35.000MB 🟡 -0.5%)


✅ bytes_noaspect

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

Memory: ✅ 34.564MB (SLO: <35.000MB 🟡 -1.2%)


✅ bytesio_aspect

Time: ✅ 1.881µs (SLO: <10.000µs 📉 -81.2%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ bytesio_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ capitalize_aspect

Time: ✅ 0.731µs (SLO: <10.000µs 📉 -92.7%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ capitalize_noaspect

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

Memory: ✅ 34.918MB (SLO: <35.000MB 🟡 -0.2%)


✅ casefold_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ casefold_noaspect

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

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ decode_aspect

Time: ✅ 0.720µs (SLO: <10.000µs 📉 -92.8%)

Memory: ✅ 34.819MB (SLO: <35.000MB 🟡 -0.5%)


✅ decode_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ encode_aspect

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

Memory: ✅ 34.839MB (SLO: <35.000MB 🟡 -0.5%)


✅ encode_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ format_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ format_map_aspect

Time: ✅ 3.354µs (SLO: <10.000µs 📉 -66.5%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ format_map_noaspect

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

Memory: ✅ 34.898MB (SLO: <35.000MB 🟡 -0.3%)


✅ format_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ index_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ index_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ join_aspect

Time: ✅ 1.217µs (SLO: <10.000µs 📉 -87.8%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ join_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ljust_aspect

Time: ✅ 11.135µs (SLO: <20.000µs 📉 -44.3%)

Memory: ✅ 35.075MB (SLO: <35.500MB 🟡 -1.2%)


✅ ljust_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.500MB -2.5%)


✅ lower_aspect

Time: ✅ 2.266µs (SLO: <10.000µs 📉 -77.3%)

Memory: ✅ 34.583MB (SLO: <35.500MB -2.6%)


✅ lower_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ lstrip_aspect

Time: ✅ 10.509µs (SLO: <20.000µs 📉 -47.5%)

Memory: ✅ 34.760MB (SLO: <35.500MB -2.1%)


✅ lstrip_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ modulo_aspect

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

Memory: ✅ 34.878MB (SLO: <35.000MB 🟡 -0.3%)


✅ modulo_aspect_for_bytearray_bytearray

Time: ✅ 1.338µs (SLO: <10.000µs 📉 -86.6%)

Memory: ✅ 34.859MB (SLO: <35.000MB 🟡 -0.4%)


✅ modulo_aspect_for_bytes

Time: ✅ 0.751µs (SLO: <10.000µs 📉 -92.5%)

Memory: ✅ 34.878MB (SLO: <35.000MB 🟡 -0.3%)


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 0.997µs (SLO: <10.000µs 📉 -90.0%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ modulo_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ replace_aspect

Time: ✅ 4.873µs (SLO: <10.000µs 📉 -51.3%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ replace_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.500MB -2.5%)


✅ repr_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ repr_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ rstrip_aspect

Time: ✅ 10.452µs (SLO: <20.000µs 📉 -47.7%)

Memory: ✅ 34.780MB (SLO: <35.500MB -2.0%)


✅ rstrip_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ slice_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ slice_noaspect

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

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ stringio_aspect

Time: ✅ 2.182µs (SLO: <10.000µs 📉 -78.2%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ stringio_noaspect

Time: ✅ 0.717µs (SLO: <10.000µs 📉 -92.8%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ strip_aspect

Time: ✅ 11.327µs (SLO: <20.000µs 📉 -43.4%)

Memory: ✅ 34.839MB (SLO: <35.500MB 🟡 -1.9%)


✅ strip_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ swapcase_aspect

Time: ✅ 2.491µs (SLO: <10.000µs 📉 -75.1%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ swapcase_noaspect

Time: ✅ 0.537µs (SLO: <10.000µs 📉 -94.6%)

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ title_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ title_noaspect

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

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ translate_aspect

Time: ✅ 3.462µs (SLO: <10.000µs 📉 -65.4%)

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ translate_noaspect

Time: ✅ 1.038µs (SLO: <10.000µs 📉 -89.6%)

Memory: ✅ 34.859MB (SLO: <35.000MB 🟡 -0.4%)


✅ upper_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ upper_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

Time: ✅ 4.218µs (SLO: <10.000µs 📉 -57.8%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathbasename_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathjoin_aspect

Time: ✅ 6.113µs (SLO: <10.000µs 📉 -38.9%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathjoin_noaspect

Time: ✅ 2.296µs (SLO: <10.000µs 📉 -77.0%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathnormcase_aspect

Time: ✅ 4.183µs (SLO: <10.000µs 📉 -58.2%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathnormcase_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathsplit_aspect

Time: ✅ 4.826µs (SLO: <10.000µs 📉 -51.7%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathsplit_noaspect

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

Memory: ✅ 34.583MB (SLO: <35.000MB 🟡 -1.2%)


✅ ospathsplitdrive_aspect

Time: ✅ 3.748µs (SLO: <10.000µs 📉 -62.5%)

Memory: ✅ 34.623MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathsplitdrive_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathsplitext_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ ospathsplitext_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ rsplit_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ split_aspect

Time: ✅ 1.491µs (SLO: <10.000µs 📉 -85.1%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ split_noaspect

Time: ✅ 0.565µs (SLO: <10.000µs 📉 -94.4%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ splitlines_aspect

Time: ✅ 1.430µs (SLO: <10.000µs 📉 -85.7%)

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


✅ splitlines_noaspect

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

Memory: ✅ 34.603MB (SLO: <35.000MB 🟡 -1.1%)


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 49.105µs (SLO: <60.000µs 📉 -18.2%)

Memory: ✅ 34.642MB (SLO: <35.500MB -2.4%)


✅ propagation_enabled

Time: ✅ 145.545µs (SLO: <160.000µs -9.0%)

Memory: ✅ 34.682MB (SLO: <35.500MB -2.3%)


✅ propagation_enabled_100

Time: ✅ 1.574ms (SLO: <1.800ms 📉 -12.5%)

Memory: ✅ 34.642MB (SLO: <35.000MB 🟡 -1.0%)


✅ propagation_enabled_1000

Time: ✅ 28.871ms (SLO: <30.550ms -5.5%)

Memory: ✅ 34.623MB (SLO: <35.500MB -2.5%)


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.318ms (SLO: <42.000ms -4.0%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ add-link

Time: ✅ 36.580ms (SLO: <38.550ms -5.1%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ add-metrics

Time: ✅ 219.792ms (SLO: <232.000ms -5.3%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ add-tags

Time: ✅ 213.649ms (SLO: <221.600ms -3.6%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ get-context

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

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ is-recording

Time: ✅ 29.287ms (SLO: <31.000ms -5.5%)

Memory: ✅ 31.870MB (SLO: <35.000MB -8.9%)


✅ record-exception

Time: ✅ 63.403ms (SLO: <65.850ms -3.7%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ set-status

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

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ start

Time: ✅ 28.859ms (SLO: <30.150ms -4.3%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ start-finish

Time: ✅ 33.696ms (SLO: <35.350ms -4.7%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ start-finish-telemetry

Time: ✅ 33.940ms (SLO: <35.450ms -4.3%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


✅ update-name

Time: ✅ 30.987ms (SLO: <33.400ms -7.2%)

Memory: ✅ 31.850MB (SLO: <35.000MB -9.0%)


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 44.380ms (SLO: <47.150ms -5.9%)

Memory: ✅ 42.244MB (SLO: <42.500MB 🟡 -0.6%)


✅ add-metrics

Time: ✅ 318.554ms (SLO: <344.800ms -7.6%)

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


✅ add-tags

Time: ✅ 290.012ms (SLO: <314.000ms -7.6%)

Memory: ✅ 559.981MB (SLO: <563.500MB 🟡 -0.6%)


✅ get-context

Time: ✅ 84.381ms (SLO: <92.350ms -8.6%)

Memory: ✅ 37.322MB (SLO: <38.000MB 🟡 -1.8%)


✅ is-recording

Time: ✅ 41.360ms (SLO: <44.500ms -7.1%)

Memory: ✅ 41.491MB (SLO: <42.000MB 🟡 -1.2%)


✅ record-exception

Time: ✅ 61.550ms (SLO: <67.650ms -9.0%)

Memory: ✅ 37.530MB (SLO: <38.000MB 🟡 -1.2%)


✅ set-status

Time: ✅ 47.992ms (SLO: <50.400ms -4.8%)

Memory: ✅ 41.442MB (SLO: <42.000MB 🟡 -1.3%)


✅ start

Time: ✅ 40.670ms (SLO: <43.450ms -6.4%)

Memory: ✅ 41.591MB (SLO: <42.000MB 🟡 -1.0%)


✅ start-finish

Time: ✅ 82.434ms (SLO: <86.000ms -4.1%)

Memory: ✅ 31.595MB (SLO: <32.000MB 🟡 -1.3%)


✅ start-finish-telemetry

Time: ✅ 83.122ms (SLO: <86.000ms -3.3%)

Memory: ✅ 31.556MB (SLO: <32.000MB 🟡 -1.4%)


✅ update-name

Time: ✅ 42.740ms (SLO: <45.150ms -5.3%)

Memory: ✅ 41.865MB (SLO: <42.500MB 🟡 -1.5%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 344.177ms (SLO: <354.300ms -2.9%)

Memory: ✅ 35.087MB (SLO: <38.000MB -7.7%)


✅ cache_on

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

Memory: ✅ 34.084MB (SLO: <38.000MB 📉 -10.3%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 154.847µs (SLO: <170.000µs -8.9%)

Memory: ✅ 34.191MB (SLO: <35.500MB -3.7%)


✅ import_many_cached

Time: ✅ 121.414µs (SLO: <130.000µs -6.6%)

Memory: ✅ 34.427MB (SLO: <35.500MB -3.0%)


✅ import_many_stdlib

Time: ✅ 1.616ms (SLO: <1.750ms -7.6%)

Memory: ✅ 34.227MB (SLO: <35.500MB -3.6%)


✅ import_many_stdlib_cached

Time: ✅ 0.969ms (SLO: <1.100ms 📉 -11.9%)

Memory: ✅ 34.174MB (SLO: <35.500MB -3.7%)


✅ import_many_unknown

Time: ✅ 832.213µs (SLO: <890.000µs -6.5%)

Memory: ✅ 34.577MB (SLO: <35.500MB -2.6%)


✅ import_many_unknown_cached

Time: ✅ 791.425µs (SLO: <870.000µs -9.0%)

Memory: ✅ 34.640MB (SLO: <35.500MB -2.4%)


✅ import_one

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

Memory: ✅ 33.871MB (SLO: <35.500MB -4.6%)


✅ import_one_cache

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

Memory: ✅ 33.848MB (SLO: <35.500MB -4.7%)


✅ import_one_stdlib

Time: ✅ 18.756µs (SLO: <20.000µs -6.2%)

Memory: ✅ 33.752MB (SLO: <35.500MB -4.9%)


✅ import_one_stdlib_cache

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

Memory: ✅ 33.917MB (SLO: <35.500MB -4.5%)


✅ import_one_unknown

Time: ✅ 45.387µs (SLO: <50.000µs -9.2%)

Memory: ✅ 34.202MB (SLO: <35.500MB -3.7%)


✅ import_one_unknown_cache

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

Memory: ✅ 33.935MB (SLO: <35.500MB -4.4%)


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

Time: ✅ 2.348µs (SLO: <10.000µs 📉 -76.5%)

Memory: ✅ 28.705MB (SLO: <31.000MB -7.4%)


✅ high_rate_limit

Time: ✅ 2.394µs (SLO: <10.000µs 📉 -76.1%)

Memory: ✅ 28.724MB (SLO: <31.000MB -7.3%)


✅ long_window

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

Memory: ✅ 28.705MB (SLO: <31.000MB -7.4%)


✅ low_rate_limit

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

Memory: ✅ 28.705MB (SLO: <31.000MB -7.4%)


✅ no_rate_limit

Time: ✅ 0.834µs (SLO: <10.000µs 📉 -91.7%)

Memory: ✅ 28.685MB (SLO: <31.000MB -7.5%)


✅ short_window

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

Memory: ✅ 28.705MB (SLO: <31.000MB -7.4%)


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

Time: ✅ 308.216ms (SLO: <320.950ms -4.0%)

Memory: ✅ 30.278MB (SLO: <31.000MB -2.3%)


✅ deep-profiled

Time: ✅ 344.873ms (SLO: <359.150ms -4.0%)

Memory: ✅ 34.583MB (SLO: <35.500MB -2.6%)


✅ medium

Time: ✅ 6.995ms (SLO: <7.400ms -5.5%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ shallow

Time: ✅ 0.944ms (SLO: <1.050ms 📉 -10.1%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 273.800µs (SLO: <350.000µs 📉 -21.8%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ high_match

Time: ✅ 445.319µs (SLO: <550.000µs 📉 -19.0%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ low_match

Time: ✅ 109.703µs (SLO: <190.000µs 📉 -42.3%)

Memory: ✅ 431.751MB (SLO: <432.500MB 🟡 -0.2%)


✅ very_low_match

Time: ✅ 7.959ms (SLO: <9.150ms 📉 -13.0%)

Memory: ✅ 54.926MB (SLO: <55.000MB 🟡 -0.1%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.263µs (SLO: <20.000µs 📉 -38.7%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ all-enabled

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

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ collectipvariant_exists

Time: ✅ 43.747µs (SLO: <50.000µs 📉 -12.5%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ no-collectipvariant

Time: ✅ 42.252µs (SLO: <50.000µs 📉 -15.5%)

Memory: ✅ 29.511MB (SLO: <31.000MB -4.8%)


✅ no-useragentvariant

Time: ✅ 40.740µs (SLO: <50.000µs 📉 -18.5%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ obfuscation-no-query

Time: ✅ 42.529µs (SLO: <50.000µs 📉 -14.9%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ obfuscation-regular-case-explicit-query

Time: ✅ 79.949µs (SLO: <90.000µs 📉 -11.2%)

Memory: ✅ 29.904MB (SLO: <31.000MB -3.5%)


✅ obfuscation-regular-case-implicit-query

Time: ✅ 79.722µs (SLO: <90.000µs 📉 -11.4%)

Memory: ✅ 29.884MB (SLO: <31.000MB -3.6%)


✅ obfuscation-send-querystring-disabled

Time: ✅ 156.981µs (SLO: <170.000µs -7.7%)

Memory: ✅ 29.884MB (SLO: <31.000MB -3.6%)


✅ obfuscation-worst-case-explicit-query

Time: ✅ 151.494µs (SLO: <160.000µs -5.3%)

Memory: ✅ 29.924MB (SLO: <31.000MB -3.5%)


✅ obfuscation-worst-case-implicit-query

Time: ✅ 157.170µs (SLO: <170.000µs -7.5%)

Memory: ✅ 29.884MB (SLO: <31.000MB -3.6%)


✅ useragentvariant_exists_1

Time: ✅ 41.635µs (SLO: <50.000µs 📉 -16.7%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ useragentvariant_exists_2

Time: ✅ 42.882µs (SLO: <50.000µs 📉 -14.2%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ useragentvariant_exists_3

Time: ✅ 42.741µs (SLO: <50.000µs 📉 -14.5%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ useragentvariant_not_exists_1

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

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ useragentvariant_not_exists_2

Time: ✅ 42.357µs (SLO: <50.000µs 📉 -15.3%)

Memory: ✅ 29.511MB (SLO: <31.000MB -4.8%)


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 23.272ms (SLO: <26.200ms 📉 -11.2%)

Memory: ✅ 48.480MB (SLO: <49.000MB 🟡 -1.1%)


✅ add-metrics

Time: ✅ 90.969ms (SLO: <98.350ms -7.5%)

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


✅ add-tags

Time: ✅ 148.511ms (SLO: <168.550ms 📉 -11.9%)

Memory: ✅ 614.923MB (SLO: <962.500MB 📉 -36.1%)


✅ get-context

Time: ✅ 21.573ms (SLO: <23.700ms -9.0%)

Memory: ✅ 47.360MB (SLO: <47.500MB 🟡 -0.3%)


✅ is-recording

Time: ✅ 21.491ms (SLO: <23.900ms 📉 -10.1%)

Memory: ✅ 47.358MB (SLO: <47.500MB 🟡 -0.3%)


✅ record-exception

Time: ✅ 41.303ms (SLO: <44.500ms -7.2%)

Memory: ✅ 40.348MB (SLO: <40.500MB 🟡 -0.4%)


✅ set-status

Time: ✅ 23.096ms (SLO: <26.000ms 📉 -11.2%)

Memory: ✅ 47.372MB (SLO: <47.500MB 🟡 -0.3%)


✅ start

Time: ✅ 21.213ms (SLO: <23.500ms -9.7%)

Memory: ✅ 47.344MB (SLO: <47.500MB 🟡 -0.3%)


✅ start-finish

Time: ✅ 50.395ms (SLO: <52.500ms -4.0%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ start-finish-telemetry

Time: ✅ 52.288ms (SLO: <55.300ms -5.4%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ start-finish-traceid128

Time: ✅ 54.314ms (SLO: <56.050ms -3.1%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ start-traceid128

Time: ✅ 21.662ms (SLO: <24.600ms 📉 -11.9%)

Memory: ✅ 47.372MB (SLO: <47.500MB 🟡 -0.3%)


✅ update-name

Time: ✅ 22.192ms (SLO: <24.100ms -7.9%)

Memory: ✅ 47.882MB (SLO: <48.000MB 🟡 -0.2%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.277µs (SLO: <10.000µs 📉 -67.2%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 1-count-metrics-100-times

Time: ✅ 213.863µs (SLO: <240.000µs 📉 -10.9%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 1-distribution-metric-1-times

Time: ✅ 2.945µs (SLO: <10.000µs 📉 -70.5%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 1-distribution-metrics-100-times

Time: ✅ 192.809µs (SLO: <210.000µs -8.2%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 1-gauge-metric-1-times

Time: ✅ 2.062µs (SLO: <10.000µs 📉 -79.4%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 1-gauge-metrics-100-times

Time: ✅ 123.675µs (SLO: <140.000µs 📉 -11.7%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 1-rate-metric-1-times

Time: ✅ 3.172µs (SLO: <10.000µs 📉 -68.3%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 1-rate-metrics-100-times

Time: ✅ 210.620µs (SLO: <230.000µs -8.4%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 100-count-metrics-100-times

Time: ✅ 21.380ms (SLO: <22.500ms -5.0%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 100-distribution-metrics-100-times

Time: ✅ 2.018ms (SLO: <2.100ms -3.9%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 100-gauge-metrics-100-times

Time: ✅ 1.281ms (SLO: <1.400ms -8.5%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ 100-rate-metrics-100-times

Time: ✅ 2.213ms (SLO: <2.400ms -7.8%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ flush-1-metric

Time: ✅ 4.343µs (SLO: <10.000µs 📉 -56.6%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ flush-100-metrics

Time: ✅ 181.291µs (SLO: <200.000µs -9.4%)

Memory: ✅ 29.491MB (SLO: <31.000MB -4.9%)


✅ flush-1000-metrics

Time: ✅ 2.218ms (SLO: <2.350ms -5.6%)

Memory: ✅ 30.278MB (SLO: <31.000MB -2.3%)


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 29.453ms (SLO: <32.950ms 📉 -10.6%)

Memory: ✅ 30.278MB (SLO: <31.000MB -2.3%)


✅ medium

Time: ✅ 2.891ms (SLO: <3.200ms -9.6%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)


✅ small

Time: ✅ 328.860µs (SLO: <370.000µs 📉 -11.1%)

Memory: ✅ 29.098MB (SLO: <31.000MB -6.1%)

@Yun-Kim Yun-Kim merged commit dbde48d into 3.11 Aug 13, 2025
411 checks passed
@Yun-Kim Yun-Kim deleted the backport-14290-to-3.11 branch August 13, 2025 18:19
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.

2 participants