Skip to content

fix(debugger): redact mappings with bytes keys #14200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2025

Conversation

P403n1x87
Copy link
Contributor

@P403n1x87 P403n1x87 commented Jul 31, 2025

We extend the redaction logic to include the case of mappings whose keys are of type bytes.

Resolves #14199.

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

@P403n1x87 P403n1x87 requested review from a team as code owners July 31, 2025 15:43
Copy link
Contributor

CODEOWNERS have been resolved as:

releasenotes/notes/fix-debugger-bytes-redaction-995465f862921d64.yaml   @DataDog/apm-python
ddtrace/debugging/_redaction.py                                         @DataDog/debugger-python
ddtrace/debugging/_signal/utils.py                                      @DataDog/debugger-python
tests/debugging/test_debugger.py                                        @DataDog/debugger-python
tests/submod/stuff.py                                                   @DataDog/apm-core-python

Copy link
Member

@tylfin tylfin left a comment

Choose a reason for hiding this comment

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

One question but LGTM

Copy link
Contributor

github-actions bot commented Jul 31, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

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

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

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

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 9.703 ms (3.48%)
ddtrace.bootstrap.sitecustomize 5.412 ms (1.94%)
ddtrace.bootstrap.preload 4.316 ms (1.55%)
ddtrace.internal.remoteconfig.client 0.847 ms (0.30%)
ddtrace.settings.profiling 0.476 ms (0.17%)
ddtrace.vendor.psutil 0.323 ms (0.12%)
ddtrace.vendor.psutil._pslinux 0.148 ms (0.05%)
glob 0.025 ms (0.01%)
ddtrace.vendor.psutil._psutil_linux 0.024 ms (0.01%)
ddtrace.vendor.psutil._common 0.091 ms (0.03%)
ddtrace.internal.datadog.profiling.ddup 0.054 ms (0.02%)
ddtrace.internal.datadog.profiling.ddup._ddup 0.054 ms (0.02%)
ddtrace.internal.datadog.profiling.stack_v2 0.030 ms (0.01%)
ddtrace.internal.datadog.profiling.stack_v2._stack_v2 0.030 ms (0.01%)
ddtrace.internal.products 0.461 ms (0.17%)
importlib.metadata 0.461 ms (0.17%)
zipfile 0.338 ms (0.12%)
zipfile._path 0.023 ms (0.01%)
csv 0.027 ms (0.01%)
_csv 0.027 ms (0.01%)
importlib.metadata._collections 0.022 ms (0.01%)
multiprocessing 0.379 ms (0.14%)
multiprocessing.context 0.379 ms (0.14%)
multiprocessing.reduction 0.326 ms (0.12%)
pickle 0.326 ms (0.12%)
_compat_pickle 0.242 ms (0.09%)
_pickle 0.033 ms (0.01%)
multiprocessing.process 0.027 ms (0.01%)
ddtrace.internal.symbol_db.remoteconfig 0.186 ms (0.07%)
ddtrace.internal.symbol_db.symbols 0.123 ms (0.04%)
ddtrace.settings.symbol_db 0.021 ms (0.01%)
ddtrace.settings.crashtracker 0.113 ms (0.04%)
ddtrace.internal.datadog.profiling.crashtracker 0.075 ms (0.03%)
ddtrace.internal.datadog.profiling.crashtracker._crashtracker 0.075 ms (0.03%)
ddtrace.internal.flare.flare 0.106 ms (0.04%)
logging.handlers 0.064 ms (0.02%)
ddtrace.internal.remoteconfig._connectors 0.105 ms (0.04%)
ctypes 0.083 ms (0.03%)
_ctypes 0.042 ms (0.01%)
ddtrace.appsec._remoteconfiguration 0.087 ms (0.03%)
ddtrace.appsec._capabilities 0.029 ms (0.01%)
ddtrace.debugging._import 0.057 ms (0.02%)
ddtrace.debugging._function.discovery 0.041 ms (0.01%)
ddtrace.internal.remoteconfig.worker 0.043 ms (0.02%)
ddtrace.internal.runtime.runtime_metrics 0.041 ms (0.01%)
ddtrace.internal.runtime.metric_collectors 0.017 ms (0.01%)
ddtrace.settings.dynamic_instrumentation 0.028 ms (0.01%)
multiprocessing.sharedctypes 0.024 ms (0.01%)
multiprocessing.heap 0.024 ms (0.01%)
mmap 0.024 ms (0.01%)
ddtrace.settings.code_origin 0.019 ms (0.01%)
ddtrace._trace.trace_handlers 0.362 ms (0.13%)
ddtrace._trace._inferred_proxy 0.188 ms (0.07%)
ddtrace.propagation.http 0.188 ms (0.07%)
ddtrace.internal._tagset 0.055 ms (0.02%)
ddtrace.contrib.trace_utils 0.068 ms (0.02%)
ddtrace.contrib.internal.trace_utils 0.068 ms (0.02%)
ddtrace.contrib.internal.trace_utils_base 0.033 ms (0.01%)
ddtrace.appsec._common_module_patches 0.049 ms (0.02%)
ddtrace.appsec._asm_request_context 0.049 ms (0.02%)
shlex 0.031 ms (0.01%)
ddtrace 4.290 ms (1.54%)
ddtrace._logger 2.086 ms (0.75%)
ddtrace.internal.telemetry 2.037 ms (0.73%)
ddtrace.internal.telemetry.writer 1.291 ms (0.46%)
http.client 0.789 ms (0.28%)
email.parser 0.421 ms (0.15%)
email.feedparser 0.421 ms (0.15%)
email._policybase 0.421 ms (0.15%)
email.header 0.303 ms (0.11%)
email.charset 0.232 ms (0.08%)
binascii 0.023 ms (0.01%)
email.utils 0.093 ms (0.03%)
email._parseaddr 0.037 ms (0.01%)
calendar 0.037 ms (0.01%)
random 0.031 ms (0.01%)
datetime 0.024 ms (0.01%)
_datetime 0.024 ms (0.01%)
ssl 0.254 ms (0.09%)
_ssl 0.122 ms (0.04%)
email.message 0.031 ms (0.01%)
http 0.030 ms (0.01%)
ddtrace.internal.telemetry.data 0.150 ms (0.05%)
ddtrace.internal.packages 0.117 ms (0.04%)
_sysconfigdata__linux_x86_64-linux-gnu 0.061 ms (0.02%)
sysconfig 0.033 ms (0.01%)
ddtrace.internal.utils.http 0.085 ms (0.03%)
ddtrace.internal.periodic 0.058 ms (0.02%)
ddtrace.internal._threads 0.058 ms (0.02%)
ddtrace.internal.runtime 0.043 ms (0.02%)
uuid 0.043 ms (0.02%)
platform 0.043 ms (0.02%)
ddtrace.internal.telemetry.metrics_namespaces 0.040 ms (0.01%)
ddtrace.internal.encoding 0.034 ms (0.01%)
ddtrace.internal._encoding 0.034 ms (0.01%)
ddtrace.settings._telemetry 0.034 ms (0.01%)
ddtrace.settings._agent 0.630 ms (0.23%)
ddtrace.settings 0.301 ms (0.11%)
ddtrace.vendor.debtcollector 0.301 ms (0.11%)
ddtrace.vendor 0.276 ms (0.10%)
ddtrace.internal.module 0.276 ms (0.10%)
ddtrace.internal.wrapping.context 0.245 ms (0.09%)
ddtrace.internal.wrapping 0.221 ms (0.08%)
bytecode 0.221 ms (0.08%)
bytecode.bytecode 0.199 ms (0.07%)
bytecode.flags 0.199 ms (0.07%)
bytecode.instr 0.183 ms (0.07%)
dataclasses 0.183 ms (0.07%)
inspect 0.183 ms (0.07%)
ast 0.183 ms (0.07%)
_ast 0.133 ms (0.05%)
opcode 0.016 ms (0.01%)
_opcode 0.016 ms (0.01%)
bytecode.cfg 0.022 ms (0.01%)
bytecode.concrete 0.022 ms (0.01%)
struct 0.022 ms (0.01%)
_struct 0.022 ms (0.01%)
ddtrace.internal.utils.inspection 0.025 ms (0.01%)
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%)
socket 0.177 ms (0.06%)
_socket 0.074 ms (0.03%)
array 0.025 ms (0.01%)
ddtrace.settings._core 0.122 ms (0.04%)
envier 0.055 ms (0.02%)
envier.env 0.055 ms (0.02%)
ddtrace.internal.native 0.034 ms (0.01%)
ddtrace.internal.native._native 0.034 ms (0.01%)
ddtrace.internal.telemetry.constants 0.020 ms (0.01%)
ddtrace.settings._otel_remapper 0.020 ms (0.01%)
ddtrace.internal.utils.formats 0.020 ms (0.01%)
ddtrace.internal.constants 0.020 ms (0.01%)
ddtrace.constants 0.020 ms (0.01%)
typing 0.048 ms (0.02%)
ddtrace.trace 0.680 ms (0.24%)
ddtrace._trace.filters 0.424 ms (0.15%)
ddtrace._trace.processor 0.424 ms (0.15%)
ddtrace.internal.writer 0.281 ms (0.10%)
ddtrace.internal.writer.writer 0.281 ms (0.10%)
ddtrace.settings.asm 0.092 ms (0.03%)
ddtrace.internal.endpoints 0.047 ms (0.02%)
ddtrace.internal.dogstatsd 0.084 ms (0.03%)
ddtrace.vendor.dogstatsd 0.084 ms (0.03%)
ddtrace.vendor.dogstatsd.base 0.084 ms (0.03%)
queue 0.028 ms (0.01%)
heapq 0.028 ms (0.01%)
_heapq 0.028 ms (0.01%)
gzip 0.032 ms (0.01%)
ddtrace._trace.sampler 0.107 ms (0.04%)
ddtrace._trace.span 0.076 ms (0.03%)
ddtrace.internal._rand 0.032 ms (0.01%)
ddtrace.internal.rate_limiter 0.031 ms (0.01%)
ddtrace._trace.tracer 0.114 ms (0.04%)
ddtrace.internal.processor.endpoint_call_counter 0.036 ms (0.01%)
ddtrace.internal.debug 0.031 ms (0.01%)
ddtrace._trace.context 0.056 ms (0.02%)
ddtrace._trace._span_link 0.028 ms (0.01%)
ddtrace.settings._config 0.568 ms (0.20%)
ddtrace.internal.gitmetadata 0.409 ms (0.15%)
ddtrace.ext.ci 0.409 ms (0.15%)
ddtrace.ext.git 0.374 ms (0.13%)
shutil 0.305 ms (0.11%)
zlib 0.019 ms (0.01%)
tempfile 0.026 ms (0.01%)
ddtrace.internal._file_queue 0.053 ms (0.02%)
secrets 0.053 ms (0.02%)
hmac 0.053 ms (0.02%)
_hashlib 0.053 ms (0.02%)
ddtrace.internal._unpatched 0.215 ms (0.08%)
subprocess 0.126 ms (0.05%)
contextlib 0.126 ms (0.05%)
json 0.089 ms (0.03%)
json.decoder 0.089 ms (0.03%)
re 0.076 ms (0.03%)
enum 0.076 ms (0.03%)
types 0.039 ms (0.01%)
json.scanner 0.014 ms (0.00%)
_json 0.014 ms (0.00%)
ddtrace._monkey 0.074 ms (0.03%)
ddtrace.appsec._listeners 0.074 ms (0.03%)
ddtrace.internal.core 0.074 ms (0.03%)
ddtrace.internal.core.event_hub 0.074 ms (0.03%)

We extend the redaction logic to include the case of mappings whose keys
are of type bytes.
@P403n1x87 P403n1x87 force-pushed the fix/debugger-bytes-redaction branch from 2622f36 to 4ec4959 Compare July 31, 2025 16:21
@pr-commenter
Copy link

pr-commenter bot commented Jul 31, 2025

Performance SLOs

Candidate: fix/debugger-bytes-redaction (4ec4959)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.892µs (SLO: <20.000µs 📉 -30.5%)

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


✅ context_with_data_no_listeners

Time: ✅ 3.862µs (SLO: <10.000µs 📉 -61.4%)

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


⚠️ context_with_data_only_all_listeners

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

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


✅ get_item_exists

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

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


✅ get_item_missing

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

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


✅ set_item

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

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


🔵 djangosimple - 22/22

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 21.244ms (SLO: <22.300ms -4.7%)

Memory: ✅ 63.721MB (SLO: <65.500MB -2.7%)


✅ exception-replay-enabled

Time: ✅ 1.362ms (SLO: <1.450ms -6.1%)

Memory: ✅ 63.092MB (SLO: <65.500MB -3.7%)


✅ iast

Time: ✅ 21.256ms (SLO: <22.250ms -4.5%)

Memory: ✅ 63.701MB (SLO: <65.500MB -2.7%)


✅ profiler

Time: ✅ 15.908ms (SLO: <16.550ms -3.9%)

Memory: ✅ 51.113MB (SLO: <53.000MB -3.6%)


✅ span-code-origin

Time: ✅ 26.922ms (SLO: <28.200ms -4.5%)

Memory: ✅ 66.210MB (SLO: <68.000MB -2.6%)


✅ tracer

Time: ✅ 21.211ms (SLO: <22.700ms -6.6%)

Memory: ✅ 63.721MB (SLO: <65.500MB -2.7%)


✅ tracer-and-profiler

Time: ✅ 23.755ms (SLO: <24.900ms -4.6%)

Memory: ✅ 64.802MB (SLO: <67.000MB -3.3%)


✅ tracer-no-caches

Time: ✅ 18.866ms (SLO: <19.650ms -4.0%)

Memory: ✅ 63.721MB (SLO: <65.500MB -2.7%)


✅ tracer-no-databases

Time: ✅ 19.141ms (SLO: <20.100ms -4.8%)

Memory: ✅ 63.721MB (SLO: <65.500MB -2.7%)


✅ tracer-no-middleware

Time: ✅ 20.968ms (SLO: <22.500ms -6.8%)

Memory: ✅ 63.740MB (SLO: <65.500MB -2.7%)


✅ tracer-no-templates

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

Memory: ✅ 63.701MB (SLO: <65.500MB -2.7%)


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.476ms (SLO: <19.850ms -6.9%)

Memory: ✅ 63.701MB (SLO: <65.500MB -2.7%)


✅ errortracking-enabled-user

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

Memory: ✅ 63.701MB (SLO: <65.500MB -2.7%)


✅ tracer-enabled

Time: ✅ 18.490ms (SLO: <19.450ms -4.9%)

Memory: ✅ 63.701MB (SLO: <65.500MB -2.7%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.143ms (SLO: <2.300ms -6.8%)

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


✅ errortracking-enabled-user

Time: ✅ 2.141ms (SLO: <2.250ms -4.9%)

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


✅ tracer-enabled

Time: ✅ 2.122ms (SLO: <2.300ms -7.7%)

Memory: ✅ 51.295MB (SLO: <53.000MB -3.2%)


🔵 flasksimple - 14/14

🔵 No baseline data available for this suite

✅ appsec-get

Time: ✅ 4.616ms (SLO: <4.750ms -2.8%)

Memory: ✅ 63.052MB (SLO: <64.000MB 🟡 -1.5%)


✅ appsec-post

Time: ✅ 6.644ms (SLO: <6.750ms 🟡 -1.6%)

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


✅ appsec-telemetry

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

Memory: ✅ 63.131MB (SLO: <64.000MB 🟡 -1.4%)


✅ debugger

Time: ✅ 1.855ms (SLO: <2.000ms -7.3%)

Memory: ✅ 42.128MB (SLO: <44.000MB -4.3%)


✅ iast-get

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

Memory: ✅ 44.512MB (SLO: <45.000MB 🟡 -1.1%)


✅ profiler

Time: ✅ 1.989ms (SLO: <2.100ms -5.3%)

Memory: ✅ 43.586MB (SLO: <44.000MB 🟡 -0.9%)


✅ tracer

Time: ✅ 3.381ms (SLO: <3.650ms -7.4%)

Memory: ✅ 51.736MB (SLO: <53.000MB -2.4%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.974ms (SLO: <4.200ms -5.4%)

Memory: ✅ 63.485MB (SLO: <66.000MB -3.8%)


✅ iast-enabled

Time: ✅ 2.564ms (SLO: <2.800ms -8.4%)

Memory: ✅ 56.918MB (SLO: <58.000MB 🟡 -1.9%)


✅ tracer-enabled

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

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


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 84.325µs (SLO: <100.000µs 📉 -15.7%)

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


✅ b3_headers

Time: ✅ 14.696µs (SLO: <20.000µs 📉 -26.5%)

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


✅ b3_single_headers

Time: ✅ 13.567µs (SLO: <20.000µs 📉 -32.2%)

Memory: ✅ 29.236MB (SLO: <31.000MB -5.7%)


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 66.464µs (SLO: <80.000µs 📉 -16.9%)

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


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 68.222µs (SLO: <80.000µs 📉 -14.7%)

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


✅ empty_headers

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

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


✅ full_t_id_datadog_headers

Time: ✅ 24.210µs (SLO: <30.000µs 📉 -19.3%)

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


✅ invalid_priority_header

Time: ✅ 6.549µs (SLO: <10.000µs 📉 -34.5%)

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


✅ invalid_span_id_header

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

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


✅ invalid_tags_header

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

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


✅ invalid_trace_id_header

Time: ✅ 6.631µs (SLO: <10.000µs 📉 -33.7%)

Memory: ✅ 29.255MB (SLO: <31.000MB -5.6%)


✅ large_header_no_matches

Time: ✅ 27.732µs (SLO: <30.000µs -7.6%)

Memory: ✅ 29.236MB (SLO: <31.000MB -5.7%)


✅ large_valid_headers_all

Time: ✅ 28.678µs (SLO: <40.000µs 📉 -28.3%)

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


✅ medium_header_no_matches

Time: ✅ 9.897µs (SLO: <20.000µs 📉 -50.5%)

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


✅ medium_valid_headers_all

Time: ✅ 11.306µs (SLO: <20.000µs 📉 -43.5%)

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


✅ none_propagation_style

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

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


✅ tracecontext_headers

Time: ✅ 34.401µs (SLO: <40.000µs 📉 -14.0%)

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


✅ valid_headers_all

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

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


✅ valid_headers_basic

Time: ✅ 6.173µs (SLO: <10.000µs 📉 -38.3%)

Memory: ✅ 29.236MB (SLO: <31.000MB -5.7%)


✅ wsgi_empty_headers

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

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


✅ wsgi_invalid_priority_header

Time: ✅ 6.588µs (SLO: <10.000µs 📉 -34.1%)

Memory: ✅ 29.334MB (SLO: <31.000MB -5.4%)


✅ wsgi_invalid_span_id_header

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

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


✅ wsgi_invalid_tags_header

Time: ✅ 6.643µs (SLO: <10.000µs 📉 -33.6%)

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


✅ wsgi_invalid_trace_id_header

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

Memory: ✅ 29.275MB (SLO: <31.000MB -5.6%)


✅ wsgi_large_header_no_matches

Time: ✅ 28.797µs (SLO: <40.000µs 📉 -28.0%)

Memory: ✅ 29.275MB (SLO: <31.000MB -5.6%)


✅ wsgi_large_valid_headers_all

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

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


✅ wsgi_medium_header_no_matches

Time: ✅ 10.294µs (SLO: <20.000µs 📉 -48.5%)

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


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.600µs (SLO: <20.000µs 📉 -42.0%)

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


✅ wsgi_valid_headers_all

Time: ✅ 6.598µs (SLO: <10.000µs 📉 -34.0%)

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


✅ wsgi_valid_headers_basic

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

Memory: ✅ 29.314MB (SLO: <31.000MB -5.4%)


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 20.177µs (SLO: <30.000µs 📉 -32.7%)

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


✅ with_all

Time: ✅ 35.277µs (SLO: <40.000µs 📉 -11.8%)

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


✅ with_dd_origin

Time: ✅ 26.573µs (SLO: <30.000µs 📉 -11.4%)

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


✅ with_priority_and_origin

Time: ✅ 28.408µs (SLO: <40.000µs 📉 -29.0%)

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


✅ with_sampling_priority

Time: ✅ 23.143µs (SLO: <30.000µs 📉 -22.9%)

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


✅ with_tags

Time: ✅ 28.248µs (SLO: <40.000µs 📉 -29.4%)

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


✅ with_tags_invalid

Time: ✅ 31.289µs (SLO: <40.000µs 📉 -21.8%)

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


✅ with_tags_max_size

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

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


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 33.002µs (SLO: <40.000µs 📉 -17.5%)

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


✅ re_expand_noaspect

Time: ✅ 28.708µ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.3%)

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


✅ re_findall_noaspect

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

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


✅ re_finditer_aspect

Time: ✅ 5.172µs (SLO: <10.000µs 📉 -48.3%)

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


✅ re_finditer_noaspect

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

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


✅ re_fullmatch_aspect

Time: ✅ 3.421µs (SLO: <10.000µs 📉 -65.8%)

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


✅ re_fullmatch_noaspect

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

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


✅ re_group_aspect

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

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


✅ re_group_noaspect

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

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


✅ re_groups_aspect

Time: ✅ 3.598µs (SLO: <10.000µs 📉 -64.0%)

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


✅ re_groups_noaspect

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

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


✅ re_match_aspect

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

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


✅ re_match_noaspect

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

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


✅ re_search_aspect

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

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


✅ re_search_noaspect

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

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


✅ re_sub_aspect

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

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


✅ re_sub_noaspect

Time: ✅ 1.530µs (SLO: <10.000µs 📉 -84.7%)

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


✅ re_subn_aspect

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

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


✅ re_subn_noaspect

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

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


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

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

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


✅ add_inplace_aspect

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

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


✅ add_inplace_noaspect

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

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


✅ add_noaspect

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

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


✅ bytearray_aspect

Time: ✅ 1.856µs (SLO: <10.000µs 📉 -81.4%)

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


✅ bytearray_extend_aspect

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

Memory: ✅ 34.682MB (SLO: <35.000MB 🟡 -0.9%)


✅ bytearray_extend_noaspect

Time: ✅ 0.616µs (SLO: <10.000µs 📉 -93.8%)

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


✅ bytearray_noaspect

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

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


✅ bytes_aspect

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

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


✅ bytes_noaspect

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

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


✅ bytesio_aspect

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

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


✅ bytesio_noaspect

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

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


✅ capitalize_aspect

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

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


✅ capitalize_noaspect

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

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


✅ casefold_aspect

Time: ✅ 0.737µ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.623MB (SLO: <35.000MB 🟡 -1.1%)


✅ decode_aspect

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

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


✅ decode_noaspect

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

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


✅ encode_aspect

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

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


✅ encode_noaspect

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

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


✅ format_aspect

Time: ✅ 3.377µs (SLO: <10.000µs 📉 -66.2%)

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


✅ format_map_aspect

Time: ✅ 3.252µs (SLO: <10.000µs 📉 -67.5%)

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


✅ format_map_noaspect

Time: ✅ 0.794µs (SLO: <10.000µs 📉 -92.1%)

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


✅ format_noaspect

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

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


✅ index_aspect

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

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


✅ index_noaspect

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

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


✅ join_aspect

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

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


✅ join_noaspect

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

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


✅ ljust_aspect

Time: ✅ 10.303µs (SLO: <20.000µs 📉 -48.5%)

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


✅ ljust_noaspect

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

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


✅ lower_aspect

Time: ✅ 2.258µs (SLO: <10.000µs 📉 -77.4%)

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


✅ lower_noaspect

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

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


✅ lstrip_aspect

Time: ✅ 10.297µs (SLO: <20.000µs 📉 -48.5%)

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


✅ lstrip_noaspect

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

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


✅ modulo_aspect

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

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


✅ modulo_aspect_for_bytearray_bytearray

Time: ✅ 1.260µs (SLO: <10.000µs 📉 -87.4%)

Memory: ✅ 34.721MB (SLO: <35.000MB 🟡 -0.8%)


✅ modulo_aspect_for_bytes

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

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


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 1.018µs (SLO: <10.000µs 📉 -89.8%)

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


✅ modulo_noaspect

Time: ✅ 0.625µs (SLO: <10.000µs 📉 -93.8%)

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


✅ replace_aspect

Time: ✅ 4.634µs (SLO: <10.000µs 📉 -53.7%)

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


✅ replace_noaspect

Time: ✅ 0.462µ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.418µs (SLO: <10.000µs 📉 -95.8%)

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


✅ rstrip_aspect

Time: ✅ 10.238µs (SLO: <20.000µs 📉 -48.8%)

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


✅ rstrip_noaspect

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

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


✅ slice_aspect

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

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


✅ slice_noaspect

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

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


✅ stringio_aspect

Time: ✅ 2.200µs (SLO: <10.000µs 📉 -78.0%)

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


✅ stringio_noaspect

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

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


✅ strip_aspect

Time: ✅ 10.333µs (SLO: <20.000µs 📉 -48.3%)

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


✅ strip_noaspect

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

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


✅ swapcase_aspect

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

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


✅ swapcase_noaspect

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

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


✅ title_aspect

Time: ✅ 2.407µs (SLO: <10.000µs 📉 -75.9%)

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


✅ title_noaspect

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

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


✅ translate_aspect

Time: ✅ 3.271µs (SLO: <10.000µs 📉 -67.3%)

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


✅ translate_noaspect

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

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


✅ upper_aspect

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

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


✅ upper_noaspect

Time: ✅ 0.368µ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.114µs (SLO: <10.000µs 📉 -58.9%)

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


✅ ospathbasename_noaspect

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

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


✅ ospathjoin_aspect

Time: ✅ 6.049µs (SLO: <10.000µs 📉 -39.5%)

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


✅ ospathjoin_noaspect

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

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


✅ ospathnormcase_aspect

Time: ✅ 4.002µs (SLO: <10.000µs 📉 -60.0%)

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


✅ ospathnormcase_noaspect

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

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


✅ ospathsplit_aspect

Time: ✅ 5.729µs (SLO: <10.000µs 📉 -42.7%)

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


✅ ospathsplit_noaspect

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

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


✅ ospathsplitdrive_aspect

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

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


✅ ospathsplitdrive_noaspect

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

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


✅ ospathsplitext_aspect

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

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


✅ ospathsplitext_noaspect

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

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


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

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

Memory: ✅ 34.623MB (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.501µs (SLO: <10.000µs 📉 -85.0%)

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


✅ split_noaspect

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

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


✅ splitlines_aspect

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

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


✅ splitlines_noaspect

Time: ✅ 0.582µ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.237µs (SLO: <60.000µs 📉 -17.9%)

Memory: ✅ 34.406MB (SLO: <35.500MB -3.1%)


✅ propagation_enabled

Time: ✅ 145.374µs (SLO: <160.000µs -9.1%)

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


✅ propagation_enabled_100

Time: ✅ 1.571ms (SLO: <1.800ms 📉 -12.7%)

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


✅ propagation_enabled_1000

Time: ✅ 28.808ms (SLO: <30.550ms -5.7%)

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


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

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

Memory: ✅ 31.497MB (SLO: <35.000MB 📉 -10.0%)


✅ add-link

Time: ✅ 36.276ms (SLO: <38.550ms -5.9%)

Memory: ✅ 31.516MB (SLO: <35.000MB -10.0%)


✅ add-metrics

Time: ✅ 220.276ms (SLO: <232.000ms -5.1%)

Memory: ✅ 31.536MB (SLO: <35.000MB -9.9%)


✅ add-tags

Time: ✅ 211.226ms (SLO: <221.600ms -4.7%)

Memory: ✅ 31.536MB (SLO: <35.000MB -9.9%)


✅ get-context

Time: ✅ 29.248ms (SLO: <31.300ms -6.6%)

Memory: ✅ 31.556MB (SLO: <35.000MB -9.8%)


✅ is-recording

Time: ✅ 29.683ms (SLO: <31.000ms -4.2%)

Memory: ✅ 31.536MB (SLO: <35.000MB -9.9%)


✅ record-exception

Time: ✅ 63.071ms (SLO: <65.850ms -4.2%)

Memory: ✅ 31.477MB (SLO: <35.000MB 📉 -10.1%)


✅ set-status

Time: ✅ 31.890ms (SLO: <34.150ms -6.6%)

Memory: ✅ 31.497MB (SLO: <35.000MB 📉 -10.0%)


✅ start

Time: ✅ 28.765ms (SLO: <30.150ms -4.6%)

Memory: ✅ 31.477MB (SLO: <35.000MB 📉 -10.1%)


✅ start-finish

Time: ✅ 34.541ms (SLO: <35.350ms -2.3%)

Memory: ✅ 31.516MB (SLO: <35.000MB -10.0%)


✅ start-finish-telemetry

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

Memory: ✅ 31.477MB (SLO: <35.000MB 📉 -10.1%)


✅ update-name

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

Memory: ✅ 31.516MB (SLO: <35.000MB -10.0%)


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 43.964ms (SLO: <47.150ms -6.8%)

Memory: ✅ 42.042MB (SLO: <42.500MB 🟡 -1.1%)


✅ add-metrics

Time: ✅ 319.429ms (SLO: <344.800ms -7.4%)

Memory: ✅ 559.251MB (SLO: <562.000MB 🟡 -0.5%)


✅ add-tags

Time: ✅ 289.829ms (SLO: <314.000ms -7.7%)

Memory: ✅ 559.628MB (SLO: <563.500MB 🟡 -0.7%)


✅ get-context

Time: ✅ 85.079ms (SLO: <92.350ms -7.9%)

Memory: ✅ 37.168MB (SLO: <38.000MB -2.2%)


✅ is-recording

Time: ✅ 42.156ms (SLO: <44.500ms -5.3%)

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


✅ record-exception

Time: ✅ 60.287ms (SLO: <67.650ms 📉 -10.9%)

Memory: ✅ 37.518MB (SLO: <38.000MB 🟡 -1.3%)


✅ set-status

Time: ✅ 47.844ms (SLO: <50.400ms -5.1%)

Memory: ✅ 41.543MB (SLO: <42.000MB 🟡 -1.1%)


✅ start

Time: ✅ 41.584ms (SLO: <43.450ms -4.3%)

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


✅ start-finish

Time: ✅ 81.263ms (SLO: <86.000ms -5.5%)

Memory: ✅ 31.615MB (SLO: <32.000MB 🟡 -1.2%)


✅ start-finish-telemetry

Time: ✅ 82.998ms (SLO: <86.000ms -3.5%)

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


✅ update-name

Time: ✅ 42.781ms (SLO: <45.150ms -5.2%)

Memory: ✅ 41.633MB (SLO: <42.500MB -2.0%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 345.775ms (SLO: <354.300ms -2.4%)

Memory: ✅ 35.478MB (SLO: <38.000MB -6.6%)


✅ cache_on

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

Memory: ✅ 33.928MB (SLO: <38.000MB 📉 -10.7%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 155.452µs (SLO: <170.000µs -8.6%)

Memory: ✅ 34.037MB (SLO: <35.500MB -4.1%)


✅ import_many_cached

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

Memory: ✅ 33.973MB (SLO: <35.500MB -4.3%)


✅ import_many_stdlib

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

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


✅ import_many_stdlib_cached

Time: ✅ 0.966ms (SLO: <1.100ms 📉 -12.2%)

Memory: ✅ 33.959MB (SLO: <35.500MB -4.3%)


✅ import_many_unknown

Time: ✅ 828.128µs (SLO: <890.000µs -7.0%)

Memory: ✅ 34.062MB (SLO: <35.500MB -4.0%)


✅ import_many_unknown_cached

Time: ✅ 792.722µs (SLO: <870.000µs -8.9%)

Memory: ✅ 34.157MB (SLO: <35.500MB -3.8%)


✅ import_one

Time: ✅ 19.842µs (SLO: <30.000µs 📉 -33.9%)

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


✅ import_one_cache

Time: ✅ 6.347µs (SLO: <10.000µs 📉 -36.5%)

Memory: ✅ 34.054MB (SLO: <35.500MB -4.1%)


✅ import_one_stdlib

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

Memory: ✅ 33.968MB (SLO: <35.500MB -4.3%)


✅ import_one_stdlib_cache

Time: ✅ 6.286µs (SLO: <10.000µs 📉 -37.1%)

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


✅ import_one_unknown

Time: ✅ 45.427µs (SLO: <50.000µs -9.1%)

Memory: ✅ 34.055MB (SLO: <35.500MB -4.1%)


✅ import_one_unknown_cache

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

Memory: ✅ 33.958MB (SLO: <35.500MB -4.3%)


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

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

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


✅ high_rate_limit

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

Memory: ✅ 28.626MB (SLO: <31.000MB -7.7%)


✅ long_window

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

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


✅ low_rate_limit

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

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


✅ no_rate_limit

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

Memory: ✅ 28.646MB (SLO: <31.000MB -7.6%)


✅ short_window

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

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


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

Time: ✅ 308.785ms (SLO: <320.950ms -3.8%)

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


✅ deep-profiled

Time: ✅ 344.574ms (SLO: <359.150ms -4.1%)

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


✅ medium

Time: ✅ 7.015ms (SLO: <7.400ms -5.2%)

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


✅ shallow

Time: ✅ 0.947ms (SLO: <1.050ms -9.8%)

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


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 275.434µs (SLO: <350.000µs 📉 -21.3%)

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


✅ high_match

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

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


✅ low_match

Time: ✅ 111.384µs (SLO: <190.000µs 📉 -41.4%)

Memory: ✅ 431.331MB (SLO: <432.500MB 🟡 -0.3%)


✅ very_low_match

Time: ✅ 7.674ms (SLO: <9.150ms 📉 -16.1%)

Memory: ✅ 54.752MB (SLO: <55.000MB 🟡 -0.5%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.147µs (SLO: <20.000µs 📉 -39.3%)

Memory: ✅ 29.570MB (SLO: <31.000MB -4.6%)


✅ all-enabled

Time: ✅ 41.900µs (SLO: <50.000µs 📉 -16.2%)

Memory: ✅ 29.550MB (SLO: <31.000MB -4.7%)


✅ collectipvariant_exists

Time: ✅ 43.371µs (SLO: <50.000µs 📉 -13.3%)

Memory: ✅ 29.531MB (SLO: <31.000MB -4.7%)


✅ no-collectipvariant

Time: ✅ 41.955µs (SLO: <50.000µs 📉 -16.1%)

Memory: ✅ 29.570MB (SLO: <31.000MB -4.6%)


✅ no-useragentvariant

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

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


✅ obfuscation-no-query

Time: ✅ 42.624µs (SLO: <50.000µs 📉 -14.8%)

Memory: ✅ 29.550MB (SLO: <31.000MB -4.7%)


✅ obfuscation-regular-case-explicit-query

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

Memory: ✅ 29.550MB (SLO: <31.000MB -4.7%)


✅ obfuscation-regular-case-implicit-query

Time: ✅ 79.105µs (SLO: <90.000µs 📉 -12.1%)

Memory: ✅ 29.609MB (SLO: <31.000MB -4.5%)


✅ obfuscation-send-querystring-disabled

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

Memory: ✅ 29.531MB (SLO: <31.000MB -4.7%)


✅ obfuscation-worst-case-explicit-query

Time: ✅ 151.032µs (SLO: <160.000µs -5.6%)

Memory: ✅ 29.531MB (SLO: <31.000MB -4.7%)


✅ obfuscation-worst-case-implicit-query

Time: ✅ 157.345µs (SLO: <170.000µs -7.4%)

Memory: ✅ 29.531MB (SLO: <31.000MB -4.7%)


✅ useragentvariant_exists_1

Time: ✅ 41.423µs (SLO: <50.000µs 📉 -17.2%)

Memory: ✅ 29.531MB (SLO: <31.000MB -4.7%)


✅ useragentvariant_exists_2

Time: ✅ 42.701µs (SLO: <50.000µs 📉 -14.6%)

Memory: ✅ 29.531MB (SLO: <31.000MB -4.7%)


✅ useragentvariant_exists_3

Time: ✅ 41.760µs (SLO: <50.000µs 📉 -16.5%)

Memory: ✅ 29.590MB (SLO: <31.000MB -4.5%)


✅ useragentvariant_not_exists_1

Time: ✅ 41.618µs (SLO: <50.000µs 📉 -16.8%)

Memory: ✅ 29.550MB (SLO: <31.000MB -4.7%)


✅ useragentvariant_not_exists_2

Time: ✅ 41.452µs (SLO: <50.000µs 📉 -17.1%)

Memory: ✅ 29.570MB (SLO: <31.000MB -4.6%)


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 22.873ms (SLO: <26.200ms 📉 -12.7%)

Memory: ✅ 48.398MB (SLO: <49.000MB 🟡 -1.2%)


✅ add-metrics

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

Memory: ✅ 614.325MB (SLO: <961.000MB 📉 -36.1%)


✅ add-tags

Time: ✅ 149.499ms (SLO: <168.550ms 📉 -11.3%)

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


✅ get-context

Time: ✅ 21.622ms (SLO: <23.700ms -8.8%)

Memory: ✅ 47.243MB (SLO: <47.500MB 🟡 -0.5%)


✅ is-recording

Time: ✅ 21.600ms (SLO: <23.900ms -9.6%)

Memory: ✅ 47.289MB (SLO: <47.500MB 🟡 -0.4%)


✅ record-exception

Time: ✅ 41.582ms (SLO: <44.500ms -6.6%)

Memory: ✅ 40.210MB (SLO: <40.500MB 🟡 -0.7%)


✅ set-status

Time: ✅ 23.234ms (SLO: <26.000ms 📉 -10.6%)

Memory: ✅ 47.259MB (SLO: <47.500MB 🟡 -0.5%)


✅ start

Time: ✅ 21.311ms (SLO: <23.500ms -9.3%)

Memory: ✅ 47.242MB (SLO: <47.500MB 🟡 -0.5%)


✅ start-finish

Time: ✅ 51.208ms (SLO: <52.500ms -2.5%)

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


✅ start-finish-telemetry

Time: ✅ 52.120ms (SLO: <55.300ms -5.7%)

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


✅ start-finish-traceid128

Time: ✅ 53.983ms (SLO: <56.050ms -3.7%)

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


✅ start-traceid128

Time: ✅ 21.345ms (SLO: <24.600ms 📉 -13.2%)

Memory: ✅ 47.297MB (SLO: <47.500MB 🟡 -0.4%)


✅ update-name

Time: ✅ 21.976ms (SLO: <24.100ms -8.8%)

Memory: ✅ 47.932MB (SLO: <48.000MB 🟡 -0.1%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.106µs (SLO: <10.000µs 📉 -68.9%)

Memory: ✅ 29.078MB (SLO: <31.000MB -6.2%)


✅ 1-count-metrics-100-times

Time: ✅ 212.045µs (SLO: <240.000µs 📉 -11.6%)

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


✅ 1-distribution-metric-1-times

Time: ✅ 2.986µs (SLO: <10.000µs 📉 -70.1%)

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


✅ 1-distribution-metrics-100-times

Time: ✅ 189.646µs (SLO: <210.000µs -9.7%)

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


✅ 1-gauge-metric-1-times

Time: ✅ 2.047µs (SLO: <10.000µs 📉 -79.5%)

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


✅ 1-gauge-metrics-100-times

Time: ✅ 122.802µs (SLO: <140.000µs 📉 -12.3%)

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


✅ 1-rate-metric-1-times

Time: ✅ 3.107µs (SLO: <10.000µs 📉 -68.9%)

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


✅ 1-rate-metrics-100-times

Time: ✅ 211.206µs (SLO: <230.000µs -8.2%)

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


✅ 100-count-metrics-100-times

Time: ✅ 21.107ms (SLO: <22.500ms -6.2%)

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


✅ 100-distribution-metrics-100-times

Time: ✅ 1.970ms (SLO: <2.100ms -6.2%)

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


✅ 100-gauge-metrics-100-times

Time: ✅ 1.277ms (SLO: <1.400ms -8.8%)

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


✅ 100-rate-metrics-100-times

Time: ✅ 2.160ms (SLO: <2.400ms 📉 -10.0%)

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


✅ flush-1-metric

Time: ✅ 4.144µs (SLO: <10.000µs 📉 -58.6%)

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


✅ flush-100-metrics

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

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


✅ flush-1000-metrics

Time: ✅ 2.184ms (SLO: <2.350ms -7.0%)

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


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 29.502ms (SLO: <32.950ms 📉 -10.5%)

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


✅ medium

Time: ✅ 2.920ms (SLO: <3.200ms -8.8%)

Memory: ✅ 28.764MB (SLO: <31.000MB -7.2%)


✅ small

Time: ✅ 328.707µs (SLO: <370.000µs 📉 -11.2%)

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

@tylfin tylfin merged commit 48b4f55 into main Aug 4, 2025
418 of 419 checks passed
@tylfin tylfin deleted the fix/debugger-bytes-redaction branch August 4, 2025 17:56
@dd-octo-sts
Copy link
Contributor

dd-octo-sts bot commented Aug 4, 2025

The backport to 2.21 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.21 2.21
# Navigate to the new working tree
cd .worktrees/backport-2.21
# Create a new branch
git switch --create backport-14200-to-2.21
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 48b4f5514a5e8b92b9b1ffb125b452388b24e68b
# Push it to GitHub
git push --set-upstream origin backport-14200-to-2.21
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.21

Then, create a pull request where the base branch is 2.21 and the compare/head branch is backport-14200-to-2.21.

dd-octo-sts bot pushed a commit that referenced this pull request Aug 4, 2025
We extend the redaction logic to include the case of mappings whose keys
are of type bytes.

Resolves #14199.

(cherry picked from commit 48b4f55)
P403n1x87 added a commit that referenced this pull request Aug 12, 2025
Backport 48b4f55 from #14200 to 3.11.

We extend the redaction logic to include the case of mappings whose keys
are of type bytes.

Resolves #14199.

## 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: Gabriele N. Tornetta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: fields represented as bytes are not redacted automatically
3 participants