Skip to content

chore(logging): make log injection config a boolean #14032

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 10 commits into from
Jul 23, 2025

Conversation

mabdinur
Copy link
Contributor

@mabdinur mabdinur commented Jul 16, 2025

Summary

This PR simplifies the internal configuration handling for log injection in ddtrace-py. Currently, DD_LOGS_INJECTION=true and DD_LOGS_INJECTION=structured are treated as distinct states, but in practice, log injection is only supported for structured loggers, not for unstructured logging like print() or loguru without a formatter.

With this change:

  • Both true and structured will be mapped to the boolean True.
  • false will be mapped to False.

This logic only affects internal private configuration and does not alter public interfaces or behavior.

Compatibility

This is fully backwards compatible. The environment variable values structured, true, and false remain supported and retain their expected effects.

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

Copy link
Contributor

github-actions bot commented Jul 16, 2025

CODEOWNERS have been resolved as:

.github/workflows/system-tests.yml                                      @DataDog/python-guild @DataDog/apm-core-python
ddtrace/_logger.py                                                      @DataDog/apm-core-python
ddtrace/_trace/product.py                                               @DataDog/apm-sdk-api-python
ddtrace/contrib/internal/logbook/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/logging/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/loguru/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/structlog/patch.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/settings/_config.py                                             @DataDog/apm-core-python
tests/commands/test_runner.py                                           @DataDog/apm-core-python
tests/contrib/logging/test_logging.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/logging/test_tracer_logging.py                            @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/starlette/test_starlette.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
tests/integration/test_debug.py                                         @DataDog/apm-core-python
tests/integration/test_settings.py                                      @DataDog/apm-core-python
tests/internal/test_settings.py                                         @DataDog/apm-core-python
tests/telemetry/test_writer.py                                          @DataDog/apm-python
tests/tracer/test_settings.py                                           @DataDog/apm-sdk-api-python
tests/tracer/test_tracer.py                                             @DataDog/apm-sdk-api-python

Copy link
Contributor

github-actions bot commented Jul 16, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 286 ± 5 ms.

The average import time from base is: 286 ± 4 ms.

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

The difference is not statistically significant (z = 1.27).

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.859 ms (0.65%)
ddtrace.bootstrap.sitecustomize 1.186 ms (0.41%)
ddtrace.bootstrap.preload 1.186 ms (0.41%)
ddtrace.internal.remoteconfig.client 0.626 ms (0.22%)
ddtrace 0.673 ms (0.23%)
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%)

@pr-commenter
Copy link

pr-commenter bot commented Jul 16, 2025

Benchmarks

Benchmark execution time: 2025-07-17 00:38:45

Comparing candidate commit 077ff1e in PR branch munir/make-log-injection-boolean-again with baseline commit e0a772c in branch main.

Found 0 performance improvements and 2 performance regressions! Performance is the same for 500 metrics, 2 unstable metrics.

scenario:iastaspectsospath-ospathbasename_aspect

  • 🟥 execution_time [+799.272ns; +927.671ns] or [+18.879%; +21.911%]

scenario:iastaspectsospath-ospathsplitext_aspect

  • 🟥 execution_time [+718.846ns; +845.463ns] or [+15.773%; +18.551%]

@mabdinur mabdinur force-pushed the munir/make-log-injection-boolean-again branch from 677f229 to 077ff1e Compare July 16, 2025 23:50
@mabdinur mabdinur marked this pull request as ready for review July 17, 2025 19:34
@mabdinur mabdinur requested review from a team as code owners July 17, 2025 19:34
@pr-commenter
Copy link

pr-commenter bot commented Jul 17, 2025

Performance SLOs

Benchmark execution time: 2025-07-23 15:09:38

Comparing candidate commit 5e81eb3 in branch munir/make-log-injection-boolean-again with performance thresholds.

Performance Test Results

Legend: ✅ Pass | ⚠️ Unstable | ❌ Fail

⚠️ coreapiscenario - 12/12 (2 unstable)

⚠️ context_with_data_listeners

Metric Status Value SLO % Under SLO
execution_time ⚠️ 13.801µs < 20.000µs +31.0%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ context_with_data_no_listeners

Metric Status Value SLO % Under SLO
execution_time 3.829µs < 10.000µs +61.7%
max_rss_usage 29.118MB < 31.000MB +6.1%

⚠️ context_with_data_only_all_listeners

Metric Status Value SLO % Under SLO
execution_time ⚠️ 13.861µs < 20.000µs +30.7%
max_rss_usage 29.059MB < 31.000MB +6.3%

✅ get_item_exists

Metric Status Value SLO % Under SLO
execution_time 634.897ns < 10.000µs +93.7%
max_rss_usage 29.059MB < 31.000MB +6.3%

✅ get_item_missing

Metric Status Value SLO % Under SLO
execution_time 685.381ns < 10.000µs +93.1%
max_rss_usage 29.039MB < 31.000MB +6.3%

✅ set_item

Metric Status Value SLO % Under SLO
execution_time 24.838µs < 30.000µs +17.2%
max_rss_usage 29.098MB < 31.000MB +6.1%
djangosimple - 22/22

✅ appsec

Metric Status Value SLO % Under SLO
execution_time 21.284ms < 22.300ms +4.6%
max_rss_usage 63.721MB < 65.500MB +2.7%

✅ exception-replay-enabled

Metric Status Value SLO % Under SLO
execution_time 1.353ms < 1.450ms +6.7%
max_rss_usage 63.425MB < 65.500MB +3.2%

✅ iast

Metric Status Value SLO % Under SLO
execution_time 21.386ms < 22.250ms +3.9%
max_rss_usage 63.740MB < 65.500MB +2.7%

✅ profiler

Metric Status Value SLO % Under SLO
execution_time 15.919ms < 16.550ms +3.8%
max_rss_usage 50.801MB < 53.000MB +4.1%

✅ span-code-origin

Metric Status Value SLO % Under SLO
execution_time 27.056ms < 28.200ms +4.1%
max_rss_usage 66.169MB < 68.000MB +2.7%

✅ tracer

Metric Status Value SLO % Under SLO
execution_time 21.358ms < 22.700ms +5.9%
max_rss_usage 63.701MB < 65.500MB +2.7%

✅ tracer-and-profiler

Metric Status Value SLO % Under SLO
execution_time 23.814ms < 24.900ms +4.4%
max_rss_usage 65.195MB < 67.000MB +2.7%

✅ tracer-no-caches

Metric Status Value SLO % Under SLO
execution_time 18.876ms < 19.650ms +3.9%
max_rss_usage 63.721MB < 65.500MB +2.7%

✅ tracer-no-databases

Metric Status Value SLO % Under SLO
execution_time 19.167ms < 20.100ms +4.6%
max_rss_usage 63.721MB < 65.500MB +2.7%

✅ tracer-no-middleware

Metric Status Value SLO % Under SLO
execution_time 21.159ms < 22.500ms +6.0%
max_rss_usage 63.701MB < 65.500MB +2.7%

✅ tracer-no-templates

Metric Status Value SLO % Under SLO
execution_time 21.058ms < 22.250ms +5.4%
max_rss_usage 63.760MB < 65.500MB +2.7%
errortrackingdjangosimple - 6/6

✅ errortracking-enabled-all

Metric Status Value SLO % Under SLO
execution_time 18.602ms < 19.850ms +6.3%
max_rss_usage 63.701MB < 65.500MB +2.7%

✅ errortracking-enabled-user

Metric Status Value SLO % Under SLO
execution_time 18.610ms < 19.400ms +4.1%
max_rss_usage 63.701MB < 65.500MB +2.7%

✅ tracer-enabled

Metric Status Value SLO % Under SLO
execution_time 18.674ms < 19.450ms +4.0%
max_rss_usage 63.694MB < 65.500MB +2.8%
errortrackingflasksqli - 6/6

✅ errortracking-enabled-all

Metric Status Value SLO % Under SLO
execution_time 2.118ms < 2.300ms +7.9%
max_rss_usage 51.630MB < 53.000MB +2.6%

✅ errortracking-enabled-user

Metric Status Value SLO % Under SLO
execution_time 2.149ms < 2.250ms +4.5%
max_rss_usage 51.590MB < 53.000MB +2.7%

✅ tracer-enabled

Metric Status Value SLO % Under SLO
execution_time 2.113ms < 2.300ms +8.1%
max_rss_usage 51.197MB < 53.000MB +3.4%
flasksimple - 14/14

✅ appsec-get

Metric Status Value SLO % Under SLO
execution_time 4.617ms < 4.750ms +2.8%
max_rss_usage 63.090MB < 64.000MB +1.4%

✅ appsec-post

Metric Status Value SLO % Under SLO
execution_time 6.635ms < 6.750ms +1.7%
max_rss_usage 63.371MB < 64.000MB +1.0%

✅ appsec-telemetry

Metric Status Value SLO % Under SLO
execution_time 4.611ms < 4.750ms +2.9%
max_rss_usage 63.001MB < 64.000MB +1.6%

✅ debugger

Metric Status Value SLO % Under SLO
execution_time 1.856ms < 2.000ms +7.2%
max_rss_usage 42.074MB < 44.000MB +4.4%

✅ iast-get

Metric Status Value SLO % Under SLO
execution_time 1.869ms < 2.000ms +6.5%
max_rss_usage 44.505MB < 45.000MB +1.1%

✅ profiler

Metric Status Value SLO % Under SLO
execution_time 1.982ms < 2.100ms +5.6%
max_rss_usage 43.371MB < 44.000MB +1.4%

✅ tracer

Metric Status Value SLO % Under SLO
execution_time 3.389ms < 3.650ms +7.2%
max_rss_usage 51.394MB < 53.000MB +3.0%
flasksqli - 6/6

✅ appsec-enabled

Metric Status Value SLO % Under SLO
execution_time 3.973ms < 4.200ms +5.4%
max_rss_usage 63.386MB < 66.000MB +4.0%

✅ iast-enabled

Metric Status Value SLO % Under SLO
execution_time 2.561ms < 2.800ms +8.6%
max_rss_usage 56.525MB < 58.000MB +2.5%

✅ tracer-enabled

Metric Status Value SLO % Under SLO
execution_time 2.111ms < 2.250ms +6.2%
max_rss_usage 51.216MB < 53.000MB +3.4%
httppropagationextract - 60/60

✅ all_styles_all_headers

Metric Status Value SLO % Under SLO
execution_time 84.095µs < 100.000µs +15.9%
max_rss_usage 29.177MB < 31.000MB +5.9%

✅ b3_headers

Metric Status Value SLO % Under SLO
execution_time 14.383µs < 20.000µs +28.1%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ b3_single_headers

Metric Status Value SLO % Under SLO
execution_time 13.300µs < 20.000µs +33.5%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Metric Status Value SLO % Under SLO
execution_time 65.537µs < 80.000µs +18.1%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Metric Status Value SLO % Under SLO
execution_time 67.805µs < 80.000µs +15.2%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ empty_headers

Metric Status Value SLO % Under SLO
execution_time 1.606µs < 10.000µs +83.9%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ full_t_id_datadog_headers

Metric Status Value SLO % Under SLO
execution_time 24.062µs < 30.000µs +19.8%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ invalid_priority_header

Metric Status Value SLO % Under SLO
execution_time 6.542µs < 10.000µs +34.6%
max_rss_usage 29.197MB < 31.000MB +5.8%

✅ invalid_span_id_header

Metric Status Value SLO % Under SLO
execution_time 6.632µs < 10.000µs +33.7%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ invalid_tags_header

Metric Status Value SLO % Under SLO
execution_time 6.592µs < 10.000µs +34.1%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ invalid_trace_id_header

Metric Status Value SLO % Under SLO
execution_time 6.531µs < 10.000µs +34.7%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ large_header_no_matches

Metric Status Value SLO % Under SLO
execution_time 27.525µs < 30.000µs +8.3%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ large_valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 28.727µs < 40.000µs +28.2%
max_rss_usage 29.039MB < 31.000MB +6.3%

✅ medium_header_no_matches

Metric Status Value SLO % Under SLO
execution_time 9.912µs < 20.000µs +50.4%
max_rss_usage 29.215MB < 31.000MB +5.8%

✅ medium_valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 11.254µs < 20.000µs +43.7%
max_rss_usage 29.117MB < 31.000MB +6.1%

✅ none_propagation_style

Metric Status Value SLO % Under SLO
execution_time 1.680µs < 10.000µs +83.2%
max_rss_usage 29.138MB < 31.000MB +6.0%

✅ tracecontext_headers

Metric Status Value SLO % Under SLO
execution_time 34.714µs < 40.000µs +13.2%
max_rss_usage 29.138MB < 31.000MB +6.0%

✅ valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 6.539µs < 10.000µs +34.6%
max_rss_usage 29.177MB < 31.000MB +5.9%

✅ valid_headers_basic

Metric Status Value SLO % Under SLO
execution_time 6.082µs < 10.000µs +39.2%
max_rss_usage 29.117MB < 31.000MB +6.1%

✅ wsgi_empty_headers

Metric Status Value SLO % Under SLO
execution_time 1.586µs < 10.000µs +84.1%
max_rss_usage 29.138MB < 31.000MB +6.0%

✅ wsgi_invalid_priority_header

Metric Status Value SLO % Under SLO
execution_time 6.595µs < 10.000µs +34.1%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ wsgi_invalid_span_id_header

Metric Status Value SLO % Under SLO
execution_time 1.587µs < 10.000µs +84.1%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ wsgi_invalid_tags_header

Metric Status Value SLO % Under SLO
execution_time 6.558µs < 10.000µs +34.4%
max_rss_usage 29.118MB < 31.000MB +6.1%

✅ wsgi_invalid_trace_id_header

Metric Status Value SLO % Under SLO
execution_time 6.569µs < 10.000µs +34.3%
max_rss_usage 29.197MB < 31.000MB +5.8%

✅ wsgi_large_header_no_matches

Metric Status Value SLO % Under SLO
execution_time 28.585µs < 40.000µs +28.5%
max_rss_usage 29.117MB < 31.000MB +6.1%

✅ wsgi_large_valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 29.819µs < 40.000µs +25.5%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ wsgi_medium_header_no_matches

Metric Status Value SLO % Under SLO
execution_time 10.085µs < 20.000µs +49.6%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ wsgi_medium_valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 11.585µs < 20.000µs +42.1%
max_rss_usage 29.039MB < 31.000MB +6.3%

✅ wsgi_valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 6.572µs < 10.000µs +34.3%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ wsgi_valid_headers_basic

Metric Status Value SLO % Under SLO
execution_time 6.096µs < 10.000µs +39.0%
max_rss_usage 29.197MB < 31.000MB +5.8%
httppropagationinject - 16/16

✅ ids_only

Metric Status Value SLO % Under SLO
execution_time 20.111µs < 30.000µs +33.0%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ with_all

Metric Status Value SLO % Under SLO
execution_time 35.157µs < 40.000µs +12.1%
max_rss_usage 29.138MB < 31.000MB +6.0%

✅ with_dd_origin

Metric Status Value SLO % Under SLO
execution_time 26.662µs < 30.000µs +11.1%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ with_priority_and_origin

Metric Status Value SLO % Under SLO
execution_time 29.099µs < 40.000µs +27.3%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ with_sampling_priority

Metric Status Value SLO % Under SLO
execution_time 23.239µs < 30.000µs +22.5%
max_rss_usage 29.118MB < 31.000MB +6.1%

✅ with_tags

Metric Status Value SLO % Under SLO
execution_time 28.363µs < 40.000µs +29.1%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ with_tags_invalid

Metric Status Value SLO % Under SLO
execution_time 31.568µs < 40.000µs +21.1%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ with_tags_max_size

Metric Status Value SLO % Under SLO
execution_time 29.641µs < 40.000µs +25.9%
max_rss_usage 29.137MB < 31.000MB +6.0%
iast_aspects - 40/40

✅ re_expand_aspect

Metric Status Value SLO % Under SLO
execution_time 32.811µs < 40.000µs +18.0%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ re_expand_noaspect

Metric Status Value SLO % Under SLO
execution_time 28.632µs < 40.000µs +28.4%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ re_findall_aspect

Metric Status Value SLO % Under SLO
execution_time 3.705µs < 10.000µs +62.9%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ re_findall_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.417µs < 10.000µs +85.8%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ re_finditer_aspect

Metric Status Value SLO % Under SLO
execution_time 5.136µs < 10.000µs +48.6%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ re_finditer_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.425µs < 10.000µs +85.8%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ re_fullmatch_aspect

Metric Status Value SLO % Under SLO
execution_time 3.426µs < 10.000µs +65.7%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ re_fullmatch_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.290µs < 10.000µs +87.1%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ re_group_aspect

Metric Status Value SLO % Under SLO
execution_time 3.474µs < 10.000µs +65.3%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ re_group_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.589µs < 10.000µs +84.1%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ re_groups_aspect

Metric Status Value SLO % Under SLO
execution_time 3.619µs < 10.000µs +63.8%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ re_groups_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.723µs < 10.000µs +82.8%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ re_match_aspect

Metric Status Value SLO % Under SLO
execution_time 3.407µs < 10.000µs +65.9%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ re_match_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.300µs < 10.000µs +87.0%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ re_search_aspect

Metric Status Value SLO % Under SLO
execution_time 3.305µs < 10.000µs +66.9%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ re_search_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.202µs < 10.000µs +88.0%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ re_sub_aspect

Metric Status Value SLO % Under SLO
execution_time 4.688µs < 10.000µs +53.1%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ re_sub_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.573µs < 10.000µs +84.3%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ re_subn_aspect

Metric Status Value SLO % Under SLO
execution_time 4.882µs < 10.000µs +51.2%
max_rss_usage 34.642MB < 35.500MB +2.4%

✅ re_subn_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.640µs < 10.000µs +83.6%
max_rss_usage 34.603MB < 35.000MB +1.1%
iastaspects - 118/118

✅ add_aspect

Metric Status Value SLO % Under SLO
execution_time 330.753ns < 10.000µs +96.7%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ add_inplace_aspect

Metric Status Value SLO % Under SLO
execution_time 329.385ns < 10.000µs +96.7%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ add_inplace_noaspect

Metric Status Value SLO % Under SLO
execution_time 317.163ns < 10.000µs +96.8%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ add_noaspect

Metric Status Value SLO % Under SLO
execution_time 273.967ns < 10.000µs +97.3%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ bytearray_aspect

Metric Status Value SLO % Under SLO
execution_time 1.852µs < 10.000µs +81.5%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ bytearray_extend_aspect

Metric Status Value SLO % Under SLO
execution_time 1.387µs < 10.000µs +86.1%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ bytearray_extend_noaspect

Metric Status Value SLO % Under SLO
execution_time 611.349ns < 10.000µs +93.9%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ bytearray_noaspect

Metric Status Value SLO % Under SLO
execution_time 480.495ns < 10.000µs +95.2%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ bytes_aspect

Metric Status Value SLO % Under SLO
execution_time 1.847µs < 10.000µs +81.5%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ bytes_noaspect

Metric Status Value SLO % Under SLO
execution_time 494.831ns < 10.000µs +95.1%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ bytesio_aspect

Metric Status Value SLO % Under SLO
execution_time 1.889µs < 10.000µs +81.1%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ bytesio_noaspect

Metric Status Value SLO % Under SLO
execution_time 494.006ns < 10.000µs +95.1%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ capitalize_aspect

Metric Status Value SLO % Under SLO
execution_time 735.661ns < 10.000µs +92.6%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ capitalize_noaspect

Metric Status Value SLO % Under SLO
execution_time 439.776ns < 10.000µs +95.6%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ casefold_aspect

Metric Status Value SLO % Under SLO
execution_time 738.071ns < 10.000µs +92.6%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ casefold_noaspect

Metric Status Value SLO % Under SLO
execution_time 365.539ns < 10.000µs +96.3%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ decode_aspect

Metric Status Value SLO % Under SLO
execution_time 728.496ns < 10.000µs +92.7%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ decode_noaspect

Metric Status Value SLO % Under SLO
execution_time 415.229ns < 10.000µs +95.8%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ encode_aspect

Metric Status Value SLO % Under SLO
execution_time 706.113ns < 10.000µs +92.9%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ encode_noaspect

Metric Status Value SLO % Under SLO
execution_time 401.175ns < 10.000µs +96.0%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ format_aspect

Metric Status Value SLO % Under SLO
execution_time 3.361µs < 10.000µs +66.4%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ format_map_aspect

Metric Status Value SLO % Under SLO
execution_time 3.235µs < 10.000µs +67.7%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ format_map_noaspect

Metric Status Value SLO % Under SLO
execution_time 771.967ns < 10.000µs +92.3%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ format_noaspect

Metric Status Value SLO % Under SLO
execution_time 595.705ns < 10.000µs +94.0%
max_rss_usage 34.681MB < 35.000MB +0.9%

✅ index_aspect

Metric Status Value SLO % Under SLO
execution_time 342.504ns < 10.000µs +96.6%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ index_noaspect

Metric Status Value SLO % Under SLO
execution_time 275.742ns < 10.000µs +97.2%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ join_aspect

Metric Status Value SLO % Under SLO
execution_time 1.223µs < 10.000µs +87.8%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ join_noaspect

Metric Status Value SLO % Under SLO
execution_time 491.986ns < 10.000µs +95.1%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ ljust_aspect

Metric Status Value SLO % Under SLO
execution_time 10.223µs < 20.000µs +48.9%
max_rss_usage 34.761MB < 35.500MB +2.1%

✅ ljust_noaspect

Metric Status Value SLO % Under SLO
execution_time 404.611ns < 10.000µs +96.0%
max_rss_usage 34.623MB < 35.500MB +2.5%

✅ lower_aspect

Metric Status Value SLO % Under SLO
execution_time 2.263µs < 10.000µs +77.4%
max_rss_usage 34.662MB < 35.500MB +2.4%

✅ lower_noaspect

Metric Status Value SLO % Under SLO
execution_time 364.518ns < 10.000µs +96.4%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ lstrip_aspect

Metric Status Value SLO % Under SLO
execution_time 10.334µs < 20.000µs +48.3%
max_rss_usage 34.800MB < 35.500MB +2.0%

✅ lstrip_noaspect

Metric Status Value SLO % Under SLO
execution_time 379.676ns < 10.000µs +96.2%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ modulo_aspect

Metric Status Value SLO % Under SLO
execution_time 594.609ns < 10.000µs +94.1%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ modulo_aspect_for_bytearray_bytearray

Metric Status Value SLO % Under SLO
execution_time 1.331µs < 10.000µs +86.7%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ modulo_aspect_for_bytes

Metric Status Value SLO % Under SLO
execution_time 751.872ns < 10.000µs +92.5%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ modulo_aspect_for_bytes_bytearray

Metric Status Value SLO % Under SLO
execution_time 995.432ns < 10.000µs +90.0%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ modulo_noaspect

Metric Status Value SLO % Under SLO
execution_time 627.212ns < 10.000µs +93.7%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ replace_aspect

Metric Status Value SLO % Under SLO
execution_time 4.646µs < 10.000µs +53.5%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ replace_noaspect

Metric Status Value SLO % Under SLO
execution_time 459.958ns < 10.000µs +95.4%
max_rss_usage 34.623MB < 35.500MB +2.5%

✅ repr_aspect

Metric Status Value SLO % Under SLO
execution_time 905.355ns < 10.000µs +90.9%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ repr_noaspect

Metric Status Value SLO % Under SLO
execution_time 418.400ns < 10.000µs +95.8%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ rstrip_aspect

Metric Status Value SLO % Under SLO
execution_time 10.224µs < 20.000µs +48.9%
max_rss_usage 34.681MB < 35.500MB +2.3%

✅ rstrip_noaspect

Metric Status Value SLO % Under SLO
execution_time 380.300ns < 10.000µs +96.2%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ slice_aspect

Metric Status Value SLO % Under SLO
execution_time 479.678ns < 10.000µs +95.2%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ slice_noaspect

Metric Status Value SLO % Under SLO
execution_time 445.837ns < 10.000µs +95.5%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ stringio_aspect

Metric Status Value SLO % Under SLO
execution_time 2.194µs < 10.000µs +78.1%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ stringio_noaspect

Metric Status Value SLO % Under SLO
execution_time 721.554ns < 10.000µs +92.8%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ strip_aspect

Metric Status Value SLO % Under SLO
execution_time 10.317µs < 20.000µs +48.4%
max_rss_usage 34.780MB < 35.500MB +2.0%

✅ strip_noaspect

Metric Status Value SLO % Under SLO
execution_time 382.466ns < 10.000µs +96.2%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ swapcase_aspect

Metric Status Value SLO % Under SLO
execution_time 2.519µs < 10.000µs +74.8%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ swapcase_noaspect

Metric Status Value SLO % Under SLO
execution_time 537.589ns < 10.000µs +94.6%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ title_aspect

Metric Status Value SLO % Under SLO
execution_time 2.418µs < 10.000µs +75.8%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ title_noaspect

Metric Status Value SLO % Under SLO
execution_time 501.794ns < 10.000µs +95.0%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ translate_aspect

Metric Status Value SLO % Under SLO
execution_time 3.297µs < 10.000µs +67.0%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ translate_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.041µs < 10.000µs +89.6%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ upper_aspect

Metric Status Value SLO % Under SLO
execution_time 2.311µs < 10.000µs +76.9%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ upper_noaspect

Metric Status Value SLO % Under SLO
execution_time 365.609ns < 10.000µs +96.3%
max_rss_usage 34.623MB < 35.000MB +1.1%
iastaspectsospath - 24/24

✅ ospathbasename_aspect

Metric Status Value SLO % Under SLO
execution_time 4.558µs < 10.000µs +54.4%
max_rss_usage 34.662MB < 35.000MB +1.0%

✅ ospathbasename_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.079µs < 10.000µs +89.2%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ ospathjoin_aspect

Metric Status Value SLO % Under SLO
execution_time 6.034µs < 10.000µs +39.7%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ ospathjoin_noaspect

Metric Status Value SLO % Under SLO
execution_time 2.304µs < 10.000µs +77.0%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ ospathnormcase_aspect

Metric Status Value SLO % Under SLO
execution_time 3.454µs < 10.000µs +65.5%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ ospathnormcase_noaspect

Metric Status Value SLO % Under SLO
execution_time 564.109ns < 10.000µs +94.4%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ ospathsplit_aspect

Metric Status Value SLO % Under SLO
execution_time 5.884µs < 10.000µs +41.2%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ ospathsplit_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.587µs < 10.000µs +84.1%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ ospathsplitdrive_aspect

Metric Status Value SLO % Under SLO
execution_time 3.705µs < 10.000µs +62.9%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ ospathsplitdrive_noaspect

Metric Status Value SLO % Under SLO
execution_time 693.927ns < 10.000µs +93.1%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ ospathsplitext_aspect

Metric Status Value SLO % Under SLO
execution_time 5.304µs < 10.000µs +47.0%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ ospathsplitext_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.375µs < 10.000µs +86.2%
max_rss_usage 34.623MB < 35.000MB +1.1%
iastaspectssplit - 12/12

✅ rsplit_aspect

Metric Status Value SLO % Under SLO
execution_time 1.514µs < 10.000µs +84.9%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ rsplit_noaspect

Metric Status Value SLO % Under SLO
execution_time 578.456ns < 10.000µs +94.2%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ split_aspect

Metric Status Value SLO % Under SLO
execution_time 1.478µs < 10.000µs +85.2%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ split_noaspect

Metric Status Value SLO % Under SLO
execution_time 570.724ns < 10.000µs +94.3%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ splitlines_aspect

Metric Status Value SLO % Under SLO
execution_time 1.470µs < 10.000µs +85.3%
max_rss_usage 34.603MB < 35.000MB +1.1%

✅ splitlines_noaspect

Metric Status Value SLO % Under SLO
execution_time 581.827ns < 10.000µs +94.2%
max_rss_usage 34.662MB < 35.000MB +1.0%
iastpropagation - 8/8

✅ no-propagation

Metric Status Value SLO % Under SLO
execution_time 48.799µs < 60.000µs +18.7%
max_rss_usage 34.603MB < 35.500MB +2.5%

✅ propagation_enabled

Metric Status Value SLO % Under SLO
execution_time 144.659µs < 160.000µs +9.6%
max_rss_usage 34.642MB < 35.500MB +2.4%

✅ propagation_enabled_100

Metric Status Value SLO % Under SLO
execution_time 1.566ms < 1.800ms +13.0%
max_rss_usage 34.681MB < 35.000MB +0.9%

✅ propagation_enabled_1000

Metric Status Value SLO % Under SLO
execution_time 28.998ms < 30.550ms +5.1%
max_rss_usage 34.701MB < 35.500MB +2.2%
otelsdkspan - 24/24

✅ add-event

Metric Status Value SLO % Under SLO
execution_time 40.490ms < 42.000ms +3.6%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ add-link

Metric Status Value SLO % Under SLO
execution_time 36.413ms < 38.550ms +5.5%
max_rss_usage 31.870MB < 35.000MB +8.9%

✅ add-metrics

Metric Status Value SLO % Under SLO
execution_time 219.532ms < 232.000ms +5.4%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ add-tags

Metric Status Value SLO % Under SLO
execution_time 210.939ms < 221.600ms +4.8%
max_rss_usage 31.910MB < 35.000MB +8.8%

✅ get-context

Metric Status Value SLO % Under SLO
execution_time 29.148ms < 31.300ms +6.9%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ is-recording

Metric Status Value SLO % Under SLO
execution_time 29.687ms < 31.000ms +4.2%
max_rss_usage 31.870MB < 35.000MB +8.9%

✅ record-exception

Metric Status Value SLO % Under SLO
execution_time 63.291ms < 65.850ms +3.9%
max_rss_usage 31.910MB < 35.000MB +8.8%

✅ set-status

Metric Status Value SLO % Under SLO
execution_time 31.932ms < 34.150ms +6.5%
max_rss_usage 31.890MB < 35.000MB +8.9%

✅ start

Metric Status Value SLO % Under SLO
execution_time 28.709ms < 30.150ms +4.8%
max_rss_usage 31.870MB < 35.000MB +8.9%

✅ start-finish

Metric Status Value SLO % Under SLO
execution_time 33.993ms < 35.350ms +3.8%
max_rss_usage 31.870MB < 35.000MB +8.9%

✅ start-finish-telemetry

Metric Status Value SLO % Under SLO
execution_time 34.010ms < 35.450ms +4.1%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ update-name

Metric Status Value SLO % Under SLO
execution_time 31.048ms < 33.400ms +7.0%
max_rss_usage 31.870MB < 35.000MB +8.9%
otelspan - 22/22

✅ add-event

Metric Status Value SLO % Under SLO
execution_time 43.547ms < 47.150ms +7.6%
max_rss_usage 42.192MB < 42.500MB +0.7%

✅ add-metrics

Metric Status Value SLO % Under SLO
execution_time 319.166ms < 344.800ms +7.4%
max_rss_usage 559.792MB < 562.000MB +0.4%

✅ add-tags

Metric Status Value SLO % Under SLO
execution_time 288.069ms < 314.000ms +8.3%
max_rss_usage 560.095MB < 563.500MB +0.6%

✅ get-context

Metric Status Value SLO % Under SLO
execution_time 84.427ms < 92.350ms +8.6%
max_rss_usage 37.135MB < 38.000MB +2.3%

✅ is-recording

Metric Status Value SLO % Under SLO
execution_time 41.602ms < 44.500ms +6.5%
max_rss_usage 41.501MB < 42.000MB +1.2%

✅ record-exception

Metric Status Value SLO % Under SLO
execution_time 60.238ms < 67.650ms +11.0%
max_rss_usage 37.516MB < 38.000MB +1.3%

✅ set-status

Metric Status Value SLO % Under SLO
execution_time 47.502ms < 50.400ms +5.7%
max_rss_usage 41.464MB < 42.000MB +1.3%

✅ start

Metric Status Value SLO % Under SLO
execution_time 40.756ms < 43.450ms +6.2%
max_rss_usage 41.529MB < 42.000MB +1.1%

✅ start-finish

Metric Status Value SLO % Under SLO
execution_time 80.844ms < 86.000ms +6.0%
max_rss_usage 31.634MB < 32.000MB +1.1%

✅ start-finish-telemetry

Metric Status Value SLO % Under SLO
execution_time 82.617ms < 86.000ms +3.9%
max_rss_usage 31.595MB < 32.000MB +1.3%

✅ update-name

Metric Status Value SLO % Under SLO
execution_time 42.804ms < 45.150ms +5.2%
max_rss_usage 41.805MB < 42.500MB +1.6%
packagespackageforrootmodulemapping - 4/4

✅ cache_off

Metric Status Value SLO % Under SLO
execution_time 344.875ms < 354.300ms +2.7%
max_rss_usage 34.641MB < 38.000MB +8.8%

✅ cache_on

Metric Status Value SLO % Under SLO
execution_time 382.629ns < 10.000µs +96.2%
max_rss_usage 33.937MB < 38.000MB +10.7%
packagesupdateimporteddependencies - 24/24

✅ import_many

Metric Status Value SLO % Under SLO
execution_time 155.605µs < 170.000µs +8.5%
max_rss_usage 33.776MB < 35.500MB +4.9%

✅ import_many_cached

Metric Status Value SLO % Under SLO
execution_time 120.360µs < 130.000µs +7.4%
max_rss_usage 33.718MB < 35.500MB +5.0%

✅ import_many_stdlib

Metric Status Value SLO % Under SLO
execution_time 1.619ms < 1.750ms +7.5%
max_rss_usage 33.779MB < 35.500MB +4.8%

✅ import_many_stdlib_cached

Metric Status Value SLO % Under SLO
execution_time 966.411µs < 1.100ms +12.1%
max_rss_usage 34.136MB < 35.500MB +3.8%

✅ import_many_unknown

Metric Status Value SLO % Under SLO
execution_time 837.463µs < 890.000µs +5.9%
max_rss_usage 34.112MB < 35.500MB +3.9%

✅ import_many_unknown_cached

Metric Status Value SLO % Under SLO
execution_time 789.173µs < 870.000µs +9.3%
max_rss_usage 33.805MB < 35.500MB +4.8%

✅ import_one

Metric Status Value SLO % Under SLO
execution_time 19.841µs < 30.000µs +33.9%
max_rss_usage 33.645MB < 35.500MB +5.2%

✅ import_one_cache

Metric Status Value SLO % Under SLO
execution_time 6.396µs < 10.000µs +36.0%
max_rss_usage 33.619MB < 35.500MB +5.3%

✅ import_one_stdlib

Metric Status Value SLO % Under SLO
execution_time 18.645µs < 20.000µs +6.8%
max_rss_usage 33.673MB < 35.500MB +5.1%

✅ import_one_stdlib_cache

Metric Status Value SLO % Under SLO
execution_time 6.283µs < 10.000µs +37.2%
max_rss_usage 33.983MB < 35.500MB +4.3%

✅ import_one_unknown

Metric Status Value SLO % Under SLO
execution_time 45.558µs < 50.000µs +8.9%
max_rss_usage 33.600MB < 35.500MB +5.4%

✅ import_one_unknown_cache

Metric Status Value SLO % Under SLO
execution_time 6.314µs < 10.000µs +36.9%
max_rss_usage 33.894MB < 35.500MB +4.5%
ratelimiter - 12/12

✅ defaults

Metric Status Value SLO % Under SLO
execution_time 2.369µs < 10.000µs +76.3%
max_rss_usage 28.705MB < 31.000MB +7.4%

✅ high_rate_limit

Metric Status Value SLO % Under SLO
execution_time 2.408µs < 10.000µs +75.9%
max_rss_usage 28.705MB < 31.000MB +7.4%

✅ long_window

Metric Status Value SLO % Under SLO
execution_time 2.354µs < 10.000µs +76.5%
max_rss_usage 28.685MB < 31.000MB +7.5%

✅ low_rate_limit

Metric Status Value SLO % Under SLO
execution_time 2.345µs < 10.000µs +76.6%
max_rss_usage 28.705MB < 31.000MB +7.4%

✅ no_rate_limit

Metric Status Value SLO % Under SLO
execution_time 823.889ns < 10.000µs +91.8%
max_rss_usage 28.705MB < 31.000MB +7.4%

✅ short_window

Metric Status Value SLO % Under SLO
execution_time 2.500µs < 10.000µs +75.0%
max_rss_usage 28.705MB < 31.000MB +7.4%
recursivecomputation - 8/8

✅ deep

Metric Status Value SLO % Under SLO
execution_time 309.151ms < 320.950ms +3.7%
max_rss_usage 29.904MB < 31.000MB +3.5%

✅ deep-profiled

Metric Status Value SLO % Under SLO
execution_time 344.618ms < 359.150ms +4.0%
max_rss_usage 34.623MB < 35.500MB +2.5%

✅ medium

Metric Status Value SLO % Under SLO
execution_time 7.014ms < 7.400ms +5.2%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ shallow

Metric Status Value SLO % Under SLO
execution_time 940.384µs < 1.050ms +10.4%
max_rss_usage 29.098MB < 31.000MB +6.1%
samplingrules - 8/8

✅ average_match

Metric Status Value SLO % Under SLO
execution_time 332.656µs < 350.000µs +5.0%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ high_match

Metric Status Value SLO % Under SLO
execution_time 501.130µs < 550.000µs +8.9%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ low_match

Metric Status Value SLO % Under SLO
execution_time 168.854µs < 190.000µs +11.1%
max_rss_usage 431.413MB < 432.500MB +0.3%

✅ very_low_match

Metric Status Value SLO % Under SLO
execution_time 8.627ms < 9.150ms +5.7%
max_rss_usage 54.916MB < 55.000MB +0.2%
sethttpmeta - 32/32

✅ all-disabled

Metric Status Value SLO % Under SLO
execution_time 12.294µs < 20.000µs +38.5%
max_rss_usage 29.511MB < 31.000MB +4.8%

✅ all-enabled

Metric Status Value SLO % Under SLO
execution_time 42.235µs < 50.000µs +15.5%
max_rss_usage 29.531MB < 31.000MB +4.7%

✅ collectipvariant_exists

Metric Status Value SLO % Under SLO
execution_time 42.932µs < 50.000µs +14.1%
max_rss_usage 29.550MB < 31.000MB +4.7%

✅ no-collectipvariant

Metric Status Value SLO % Under SLO
execution_time 42.077µs < 50.000µs +15.8%
max_rss_usage 29.550MB < 31.000MB +4.7%

✅ no-useragentvariant

Metric Status Value SLO % Under SLO
execution_time 41.245µs < 50.000µs +17.5%
max_rss_usage 29.570MB < 31.000MB +4.6%

✅ obfuscation-no-query

Metric Status Value SLO % Under SLO
execution_time 42.980µs < 50.000µs +14.0%
max_rss_usage 29.531MB < 31.000MB +4.7%

✅ obfuscation-regular-case-explicit-query

Metric Status Value SLO % Under SLO
execution_time 79.071µs < 90.000µs +12.1%
max_rss_usage 30.041MB < 31.000MB +3.1%

✅ obfuscation-regular-case-implicit-query

Metric Status Value SLO % Under SLO
execution_time 79.584µs < 90.000µs +11.6%
max_rss_usage 29.924MB < 31.000MB +3.5%

✅ obfuscation-send-querystring-disabled

Metric Status Value SLO % Under SLO
execution_time 156.779µs < 170.000µs +7.8%
max_rss_usage 29.944MB < 31.000MB +3.4%

✅ obfuscation-worst-case-explicit-query

Metric Status Value SLO % Under SLO
execution_time 151.428µs < 160.000µs +5.4%
max_rss_usage 29.944MB < 31.000MB +3.4%

✅ obfuscation-worst-case-implicit-query

Metric Status Value SLO % Under SLO
execution_time 157.463µs < 170.000µs +7.4%
max_rss_usage 29.884MB < 31.000MB +3.6%

✅ useragentvariant_exists_1

Metric Status Value SLO % Under SLO
execution_time 41.552µs < 50.000µs +16.9%
max_rss_usage 29.531MB < 31.000MB +4.7%

✅ useragentvariant_exists_2

Metric Status Value SLO % Under SLO
execution_time 42.489µs < 50.000µs +15.0%
max_rss_usage 29.570MB < 31.000MB +4.6%

✅ useragentvariant_exists_3

Metric Status Value SLO % Under SLO
execution_time 42.266µs < 50.000µs +15.5%
max_rss_usage 29.628MB < 31.000MB +4.4%

✅ useragentvariant_not_exists_1

Metric Status Value SLO % Under SLO
execution_time 41.490µs < 50.000µs +17.0%
max_rss_usage 29.590MB < 31.000MB +4.5%

✅ useragentvariant_not_exists_2

Metric Status Value SLO % Under SLO
execution_time 42.298µs < 50.000µs +15.4%
max_rss_usage 29.550MB < 31.000MB +4.7%
span - 26/26

✅ add-event

Metric Status Value SLO % Under SLO
execution_time 22.999ms < 26.200ms +12.2%
max_rss_usage 48.447MB < 49.000MB +1.1%

✅ add-metrics

Metric Status Value SLO % Under SLO
execution_time 90.656ms < 98.350ms +7.8%
max_rss_usage 614.386MB < 961.000MB +36.1%

✅ add-tags

Metric Status Value SLO % Under SLO
execution_time 148.613ms < 168.550ms +11.8%
max_rss_usage 614.331MB < 962.500MB +36.2%

✅ get-context

Metric Status Value SLO % Under SLO
execution_time 21.357ms < 23.700ms +9.9%
max_rss_usage 47.293MB < 47.500MB +0.4%

✅ is-recording

Metric Status Value SLO % Under SLO
execution_time 21.413ms < 23.900ms +10.4%
max_rss_usage 47.290MB < 47.500MB +0.4%

✅ record-exception

Metric Status Value SLO % Under SLO
execution_time 41.096ms < 44.500ms +7.7%
max_rss_usage 40.305MB < 40.500MB +0.5%

✅ set-status

Metric Status Value SLO % Under SLO
execution_time 23.224ms < 26.000ms +10.7%
max_rss_usage 47.300MB < 47.500MB +0.4%

✅ start

Metric Status Value SLO % Under SLO
execution_time 21.230ms < 23.500ms +9.7%
max_rss_usage 47.293MB < 47.500MB +0.4%

✅ start-finish

Metric Status Value SLO % Under SLO
execution_time 50.090ms < 52.500ms +4.6%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ start-finish-telemetry

Metric Status Value SLO % Under SLO
execution_time 51.579ms < 55.300ms +6.7%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ start-finish-traceid128

Metric Status Value SLO % Under SLO
execution_time 53.522ms < 56.050ms +4.5%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ start-traceid128

Metric Status Value SLO % Under SLO
execution_time 21.515ms < 24.600ms +12.5%
max_rss_usage 47.308MB < 47.500MB +0.4%

✅ update-name

Metric Status Value SLO % Under SLO
execution_time 21.962ms < 24.100ms +8.9%
max_rss_usage 47.827MB < 48.000MB +0.4%
telemetryaddmetric - 30/30

✅ 1-count-metric-1-times

Metric Status Value SLO % Under SLO
execution_time 3.213µs < 10.000µs +67.9%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ 1-count-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 211.757µs < 240.000µs +11.8%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ 1-distribution-metric-1-times

Metric Status Value SLO % Under SLO
execution_time 2.987µs < 10.000µs +70.1%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ 1-distribution-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 190.029µs < 210.000µs +9.5%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ 1-gauge-metric-1-times

Metric Status Value SLO % Under SLO
execution_time 2.104µs < 10.000µs +79.0%
max_rss_usage 29.059MB < 31.000MB +6.3%

✅ 1-gauge-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 126.433µs < 140.000µs +9.7%
max_rss_usage 29.117MB < 31.000MB +6.1%

✅ 1-rate-metric-1-times

Metric Status Value SLO % Under SLO
execution_time 3.176µs < 10.000µs +68.2%
max_rss_usage 29.059MB < 31.000MB +6.3%

✅ 1-rate-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 211.345µs < 230.000µs +8.1%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ 100-count-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 21.172ms < 22.500ms +5.9%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ 100-distribution-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 2.003ms < 2.100ms +4.6%
max_rss_usage 29.059MB < 31.000MB +6.3%

✅ 100-gauge-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 1.291ms < 1.400ms +7.8%
max_rss_usage 29.118MB < 31.000MB +6.1%

✅ 100-rate-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 2.186ms < 2.400ms +8.9%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ flush-1-metric

Metric Status Value SLO % Under SLO
execution_time 4.400µs < 10.000µs +56.0%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ flush-100-metrics

Metric Status Value SLO % Under SLO
execution_time 180.553µs < 200.000µs +9.7%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ flush-1000-metrics

Metric Status Value SLO % Under SLO
execution_time 2.202ms < 2.350ms +6.3%
max_rss_usage 30.258MB < 31.000MB +2.4%
tracer - 6/6

✅ large

Metric Status Value SLO % Under SLO
execution_time 29.559ms < 32.950ms +10.3%
max_rss_usage 30.278MB < 31.000MB +2.3%

✅ medium

Metric Status Value SLO % Under SLO
execution_time 2.915ms < 3.200ms +8.9%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ small

Metric Status Value SLO % Under SLO
execution_time 332.149µs < 370.000µs +10.2%
max_rss_usage 29.098MB < 31.000MB +6.1%

@mabdinur mabdinur requested a review from a team as a code owner July 23, 2025 14:16
@mabdinur mabdinur enabled auto-merge (squash) July 23, 2025 14:17
@mabdinur mabdinur force-pushed the munir/make-log-injection-boolean-again branch from abba259 to 5e81eb3 Compare July 23, 2025 14:21
@mabdinur mabdinur added the changelog/no-changelog A changelog entry is not required for this PR. label Jul 23, 2025
@mabdinur mabdinur merged commit 002453c into main Jul 23, 2025
875 of 877 checks passed
@mabdinur mabdinur deleted the munir/make-log-injection-boolean-again branch July 23, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog A changelog entry is not required for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants