Skip to content

chore(ci_visibility): proper payload split by size #14065

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 63 commits into from
Jul 24, 2025
Merged

Conversation

gnufede
Copy link
Member

@gnufede gnufede commented Jul 18, 2025

CI Visibility: Split trace payload by size to avoid surpassing the maximum intake size allowed.

Also:

  • Use new style type hints.
  • Rename arguments for put() method to comply with the parent class argument names.

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 18, 2025

CODEOWNERS have been resolved as:

ddtrace/internal/ci_visibility/encoder.py                               @DataDog/ci-app-libraries
tests/ci_visibility/test_encoder.py                                     @DataDog/ci-app-libraries

Copy link
Contributor

github-actions bot commented Jul 18, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

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

The average import time from base is: 281 ± 3 ms.

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

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 2.189 ms (0.79%)
ddtrace.bootstrap.sitecustomize 1.508 ms (0.54%)
ddtrace.bootstrap.preload 1.508 ms (0.54%)
ddtrace.internal.remoteconfig.client 0.703 ms (0.25%)
ddtrace 0.681 ms (0.25%)
ddtrace.internal._unpatched 0.030 ms (0.01%)
json 0.030 ms (0.01%)
json.decoder 0.030 ms (0.01%)
re 0.030 ms (0.01%)
enum 0.030 ms (0.01%)
types 0.030 ms (0.01%)

@pr-commenter
Copy link

pr-commenter bot commented Jul 18, 2025

Performance SLOs

Benchmark execution time: 2025-07-24 09:59:28

Comparing candidate commit 3d932b6 in branch gnufede/payload-split-1 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.854µs < 20.000µs +30.7%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ context_with_data_no_listeners

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

⚠️ context_with_data_only_all_listeners

Metric Status Value SLO % Under SLO
execution_time ⚠️ 13.823µs < 20.000µs +30.9%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ get_item_exists

Metric Status Value SLO % Under SLO
execution_time 628.347ns < 10.000µs +93.7%
max_rss_usage 29.138MB < 31.000MB +6.0%

✅ get_item_missing

Metric Status Value SLO % Under SLO
execution_time 686.312ns < 10.000µs +93.1%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ set_item

Metric Status Value SLO % Under SLO
execution_time 24.553µs < 30.000µs +18.2%
max_rss_usage 29.118MB < 31.000MB +6.1%
djangosimple - 22/22

✅ appsec

Metric Status Value SLO % Under SLO
execution_time 21.300ms < 22.300ms +4.5%
max_rss_usage 64.114MB < 65.500MB +2.1%

✅ exception-replay-enabled

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

✅ iast

Metric Status Value SLO % Under SLO
execution_time 21.299ms < 22.250ms +4.3%
max_rss_usage 64.114MB < 65.500MB +2.1%

✅ profiler

Metric Status Value SLO % Under SLO
execution_time 15.896ms < 16.550ms +3.9%
max_rss_usage 50.725MB < 53.000MB +4.3%

✅ span-code-origin

Metric Status Value SLO % Under SLO
execution_time 27.081ms < 28.200ms +4.0%
max_rss_usage 66.282MB < 68.000MB +2.5%

✅ tracer

Metric Status Value SLO % Under SLO
execution_time 21.294ms < 22.700ms +6.2%
max_rss_usage 64.055MB < 65.500MB +2.2%

✅ tracer-and-profiler

Metric Status Value SLO % Under SLO
execution_time 23.858ms < 24.900ms +4.2%
max_rss_usage 65.097MB < 67.000MB +2.8%

✅ tracer-no-caches

Metric Status Value SLO % Under SLO
execution_time 18.883ms < 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.177ms < 20.100ms +4.6%
max_rss_usage 63.701MB < 65.500MB +2.7%

✅ tracer-no-middleware

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

✅ tracer-no-templates

Metric Status Value SLO % Under SLO
execution_time 21.159ms < 22.250ms +4.9%
max_rss_usage 64.075MB < 65.500MB +2.2%
errortrackingdjangosimple - 6/6

✅ errortracking-enabled-all

Metric Status Value SLO % Under SLO
execution_time 18.528ms < 19.850ms +6.7%
max_rss_usage 63.740MB < 65.500MB +2.7%

✅ errortracking-enabled-user

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

✅ tracer-enabled

Metric Status Value SLO % Under SLO
execution_time 18.554ms < 19.450ms +4.6%
max_rss_usage 63.713MB < 65.500MB +2.7%
errortrackingflasksqli - 6/6

✅ errortracking-enabled-all

Metric Status Value SLO % Under SLO
execution_time 2.108ms < 2.300ms +8.3%
max_rss_usage 51.609MB < 53.000MB +2.6%

✅ errortracking-enabled-user

Metric Status Value SLO % Under SLO
execution_time 2.111ms < 2.250ms +6.2%
max_rss_usage 51.649MB < 53.000MB +2.5%

✅ tracer-enabled

Metric Status Value SLO % Under SLO
execution_time 2.140ms < 2.300ms +6.9%
max_rss_usage 51.295MB < 53.000MB +3.2%
flasksimple - 14/14

✅ appsec-get

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

✅ appsec-post

Metric Status Value SLO % Under SLO
execution_time 6.619ms < 6.750ms +1.9%
max_rss_usage 63.428MB < 64.000MB +0.9%

✅ appsec-telemetry

Metric Status Value SLO % Under SLO
execution_time 4.614ms < 4.750ms +2.9%
max_rss_usage 63.344MB < 64.000MB +1.0%

✅ 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.854ms < 2.000ms +7.3%
max_rss_usage 44.445MB < 45.000MB +1.2%

✅ profiler

Metric Status Value SLO % Under SLO
execution_time 1.981ms < 2.100ms +5.7%
max_rss_usage 43.411MB < 44.000MB +1.3%

✅ tracer

Metric Status Value SLO % Under SLO
execution_time 3.386ms < 3.650ms +7.2%
max_rss_usage 51.295MB < 53.000MB +3.2%
flasksqli - 6/6

✅ appsec-enabled

Metric Status Value SLO % Under SLO
execution_time 3.975ms < 4.200ms +5.4%
max_rss_usage 63.406MB < 66.000MB +3.9%

✅ iast-enabled

Metric Status Value SLO % Under SLO
execution_time 2.566ms < 2.800ms +8.4%
max_rss_usage 56.564MB < 58.000MB +2.5%

✅ tracer-enabled

Metric Status Value SLO % Under SLO
execution_time 2.104ms < 2.250ms +6.5%
max_rss_usage 51.197MB < 53.000MB +3.4%
httppropagationextract - 60/60

✅ all_styles_all_headers

Metric Status Value SLO % Under SLO
execution_time 83.003µs < 100.000µs +17.0%
max_rss_usage 29.138MB < 31.000MB +6.0%

✅ b3_headers

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

✅ b3_single_headers

Metric Status Value SLO % Under SLO
execution_time 13.374µs < 20.000µs +33.1%
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.118µs < 80.000µs +18.6%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Metric Status Value SLO % Under SLO
execution_time 68.542µs < 80.000µs +14.3%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ empty_headers

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

✅ full_t_id_datadog_headers

Metric Status Value SLO % Under SLO
execution_time 24.028µs < 30.000µs +19.9%
max_rss_usage 29.216MB < 31.000MB +5.8%

✅ invalid_priority_header

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

✅ invalid_span_id_header

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

✅ invalid_tags_header

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

✅ invalid_trace_id_header

Metric Status Value SLO % Under SLO
execution_time 6.521µs < 10.000µs +34.8%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ large_header_no_matches

Metric Status Value SLO % Under SLO
execution_time 27.606µs < 30.000µs +8.0%
max_rss_usage 29.039MB < 31.000MB +6.3%

✅ large_valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 28.642µs < 40.000µs +28.4%
max_rss_usage 29.118MB < 31.000MB +6.1%

✅ medium_header_no_matches

Metric Status Value SLO % Under SLO
execution_time 9.883µs < 20.000µs +50.6%
max_rss_usage 29.118MB < 31.000MB +6.1%

✅ medium_valid_headers_all

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

✅ none_propagation_style

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

✅ tracecontext_headers

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

✅ valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 6.547µs < 10.000µs +34.5%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ valid_headers_basic

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

✅ wsgi_empty_headers

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

✅ wsgi_invalid_priority_header

Metric Status Value SLO % Under SLO
execution_time 6.593µ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.590µs < 10.000µs +84.1%
max_rss_usage 29.118MB < 31.000MB +6.1%

✅ wsgi_invalid_tags_header

Metric Status Value SLO % Under SLO
execution_time 6.661µs < 10.000µs +33.4%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ wsgi_invalid_trace_id_header

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

✅ wsgi_large_header_no_matches

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

✅ wsgi_large_valid_headers_all

Metric Status Value SLO % Under SLO
execution_time 29.879µs < 40.000µs +25.3%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ wsgi_medium_header_no_matches

Metric Status Value SLO % Under SLO
execution_time 10.287µs < 20.000µs +48.6%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ wsgi_medium_valid_headers_all

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

✅ wsgi_valid_headers_all

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

✅ wsgi_valid_headers_basic

Metric Status Value SLO % Under SLO
execution_time 6.148µs < 10.000µs +38.5%
max_rss_usage 29.078MB < 31.000MB +6.2%
httppropagationinject - 16/16

✅ ids_only

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

✅ with_all

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

✅ with_dd_origin

Metric Status Value SLO % Under SLO
execution_time 26.343µs < 30.000µs +12.2%
max_rss_usage 29.078MB < 31.000MB +6.2%

✅ with_priority_and_origin

Metric Status Value SLO % Under SLO
execution_time 28.754µs < 40.000µs +28.1%
max_rss_usage 29.197MB < 31.000MB +5.8%

✅ with_sampling_priority

Metric Status Value SLO % Under SLO
execution_time 22.237µs < 30.000µs +25.9%
max_rss_usage 29.157MB < 31.000MB +5.9%

✅ with_tags

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

✅ with_tags_invalid

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

✅ with_tags_max_size

Metric Status Value SLO % Under SLO
execution_time 28.944µs < 40.000µs +27.6%
max_rss_usage 29.177MB < 31.000MB +5.9%
iast_aspects - 40/40

✅ re_expand_aspect

Metric Status Value SLO % Under SLO
execution_time 33.212µs < 40.000µs +17.0%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ re_expand_noaspect

Metric Status Value SLO % Under SLO
execution_time 28.826µs < 40.000µs +27.9%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ re_findall_aspect

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

✅ re_findall_noaspect

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

✅ re_finditer_aspect

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

✅ re_finditer_noaspect

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

✅ re_fullmatch_aspect

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

✅ re_fullmatch_noaspect

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

✅ re_group_aspect

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

✅ re_group_noaspect

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

✅ re_groups_aspect

Metric Status Value SLO % Under SLO
execution_time 3.571µs < 10.000µs +64.3%
max_rss_usage 34.681MB < 35.000MB +0.9%

✅ re_groups_noaspect

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

✅ re_match_aspect

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

✅ re_match_noaspect

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

✅ re_search_aspect

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

✅ re_search_noaspect

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

✅ re_sub_aspect

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

✅ re_sub_noaspect

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

✅ re_subn_aspect

Metric Status Value SLO % Under SLO
execution_time 4.917µs < 10.000µs +50.8%
max_rss_usage 34.623MB < 35.500MB +2.5%

✅ re_subn_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.627µs < 10.000µs +83.7%
max_rss_usage 34.623MB < 35.000MB +1.1%
iastaspects - 118/118

✅ add_aspect

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

✅ add_inplace_aspect

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

✅ add_inplace_noaspect

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

✅ add_noaspect

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

✅ bytearray_aspect

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

✅ bytearray_extend_aspect

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

✅ bytearray_extend_noaspect

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

✅ bytearray_noaspect

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

✅ bytes_aspect

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

✅ bytes_noaspect

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

✅ bytesio_aspect

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

✅ bytesio_noaspect

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

✅ capitalize_aspect

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

✅ capitalize_noaspect

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

✅ casefold_aspect

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

✅ casefold_noaspect

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

✅ decode_aspect

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

✅ decode_noaspect

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

✅ encode_aspect

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

✅ encode_noaspect

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

✅ format_aspect

Metric Status Value SLO % Under SLO
execution_time 3.360µs < 10.000µs +66.4%
max_rss_usage 34.623MB < 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.662MB < 35.000MB +1.0%

✅ format_map_noaspect

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

✅ format_noaspect

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

✅ index_aspect

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

✅ index_noaspect

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

✅ join_aspect

Metric Status Value SLO % Under SLO
execution_time 1.220µ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 485.694ns < 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.255µs < 20.000µs +48.7%
max_rss_usage 34.701MB < 35.500MB +2.2%

✅ ljust_noaspect

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

✅ lower_aspect

Metric Status Value SLO % Under SLO
execution_time 2.260µs < 10.000µs +77.4%
max_rss_usage 34.623MB < 35.500MB +2.5%

✅ lower_noaspect

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

✅ lstrip_aspect

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

✅ lstrip_noaspect

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

✅ modulo_aspect

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

✅ modulo_aspect_for_bytearray_bytearray

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

✅ modulo_aspect_for_bytes

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

✅ modulo_aspect_for_bytes_bytearray

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

✅ modulo_noaspect

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

✅ replace_aspect

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

✅ replace_noaspect

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

✅ repr_aspect

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

✅ repr_noaspect

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

✅ rstrip_aspect

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

✅ rstrip_noaspect

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

✅ slice_aspect

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

✅ slice_noaspect

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

✅ stringio_aspect

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

✅ stringio_noaspect

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

✅ strip_aspect

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

✅ strip_noaspect

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

✅ swapcase_aspect

Metric Status Value SLO % Under SLO
execution_time 2.470µs < 10.000µs +75.3%
max_rss_usage 34.701MB < 35.000MB +0.9%

✅ swapcase_noaspect

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

✅ title_aspect

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

✅ title_noaspect

Metric Status Value SLO % Under SLO
execution_time 498.070ns < 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.291µs < 10.000µs +67.1%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ translate_noaspect

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

✅ upper_aspect

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

✅ upper_noaspect

Metric Status Value SLO % Under SLO
execution_time 368.737ns < 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.172µs < 10.000µs +58.3%
max_rss_usage 34.623MB < 35.000MB +1.1%

✅ ospathbasename_noaspect

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

✅ ospathjoin_aspect

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

✅ ospathjoin_noaspect

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

✅ ospathnormcase_aspect

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

✅ ospathnormcase_noaspect

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

✅ ospathsplit_aspect

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

✅ ospathsplit_noaspect

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

✅ ospathsplitdrive_aspect

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

✅ ospathsplitdrive_noaspect

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

✅ ospathsplitext_aspect

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

✅ ospathsplitext_noaspect

Metric Status Value SLO % Under SLO
execution_time 1.371µs < 10.000µs +86.3%
max_rss_usage 34.642MB < 35.000MB +1.0%
iastaspectssplit - 12/12

✅ rsplit_aspect

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

✅ rsplit_noaspect

Metric Status Value SLO % Under SLO
execution_time 579.865ns < 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.480µs < 10.000µs +85.2%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ split_noaspect

Metric Status Value SLO % Under SLO
execution_time 569.615ns < 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.414µs < 10.000µs +85.9%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ splitlines_noaspect

Metric Status Value SLO % Under SLO
execution_time 583.250ns < 10.000µs +94.2%
max_rss_usage 34.623MB < 35.000MB +1.1%
iastpropagation - 8/8

✅ no-propagation

Metric Status Value SLO % Under SLO
execution_time 49.267µs < 60.000µs +17.9%
max_rss_usage 34.623MB < 35.500MB +2.5%

✅ propagation_enabled

Metric Status Value SLO % Under SLO
execution_time 145.819µs < 160.000µs +8.9%
max_rss_usage 34.623MB < 35.500MB +2.5%

✅ propagation_enabled_100

Metric Status Value SLO % Under SLO
execution_time 1.571ms < 1.800ms +12.7%
max_rss_usage 34.642MB < 35.000MB +1.0%

✅ propagation_enabled_1000

Metric Status Value SLO % Under SLO
execution_time 29.104ms < 30.550ms +4.7%
max_rss_usage 34.642MB < 35.500MB +2.4%
otelsdkspan - 24/24

✅ add-event

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

✅ add-link

Metric Status Value SLO % Under SLO
execution_time 36.379ms < 38.550ms +5.6%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ add-metrics

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

✅ add-tags

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

✅ get-context

Metric Status Value SLO % Under SLO
execution_time 29.365ms < 31.300ms +6.2%
max_rss_usage 31.930MB < 35.000MB +8.8%

✅ is-recording

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

✅ record-exception

Metric Status Value SLO % Under SLO
execution_time 63.057ms < 65.850ms +4.2%
max_rss_usage 31.890MB < 35.000MB +8.9%

✅ set-status

Metric Status Value SLO % Under SLO
execution_time 31.898ms < 34.150ms +6.6%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ start

Metric Status Value SLO % Under SLO
execution_time 28.876ms < 30.150ms +4.2%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ start-finish

Metric Status Value SLO % Under SLO
execution_time 34.002ms < 35.350ms +3.8%
max_rss_usage 31.850MB < 35.000MB +9.0%

✅ start-finish-telemetry

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

✅ update-name

Metric Status Value SLO % Under SLO
execution_time 30.968ms < 33.400ms +7.3%
max_rss_usage 31.850MB < 35.000MB +9.0%
otelspan - 22/22

✅ add-event

Metric Status Value SLO % Under SLO
execution_time 43.672ms < 47.150ms +7.4%
max_rss_usage 42.099MB < 42.500MB +0.9%

✅ add-metrics

Metric Status Value SLO % Under SLO
execution_time 319.706ms < 344.800ms +7.3%
max_rss_usage 559.522MB < 562.000MB +0.4%

✅ add-tags

Metric Status Value SLO % Under SLO
execution_time 289.683ms < 314.000ms +7.7%
max_rss_usage 561.041MB < 563.500MB +0.4%

✅ get-context

Metric Status Value SLO % Under SLO
execution_time 84.379ms < 92.350ms +8.6%
max_rss_usage 37.237MB < 38.000MB +2.0%

✅ is-recording

Metric Status Value SLO % Under SLO
execution_time 41.528ms < 44.500ms +6.7%
max_rss_usage 41.456MB < 42.000MB +1.3%

✅ record-exception

Metric Status Value SLO % Under SLO
execution_time 60.312ms < 67.650ms +10.8%
max_rss_usage 37.617MB < 38.000MB +1.0%

✅ set-status

Metric Status Value SLO % Under SLO
execution_time 47.472ms < 50.400ms +5.8%
max_rss_usage 41.466MB < 42.000MB +1.3%

✅ start

Metric Status Value SLO % Under SLO
execution_time 40.787ms < 43.450ms +6.1%
max_rss_usage 41.573MB < 42.000MB +1.0%

✅ start-finish

Metric Status Value SLO % Under SLO
execution_time 80.964ms < 86.000ms +5.9%
max_rss_usage 31.556MB < 32.000MB +1.4%

✅ start-finish-telemetry

Metric Status Value SLO % Under SLO
execution_time 82.744ms < 86.000ms +3.8%
max_rss_usage 31.575MB < 32.000MB +1.3%

✅ update-name

Metric Status Value SLO % Under SLO
execution_time 42.715ms < 45.150ms +5.4%
max_rss_usage 41.898MB < 42.500MB +1.4%
packagespackageforrootmodulemapping - 4/4

✅ cache_off

Metric Status Value SLO % Under SLO
execution_time 345.293ms < 354.300ms +2.5%
max_rss_usage 34.825MB < 38.000MB +8.4%

✅ cache_on

Metric Status Value SLO % Under SLO
execution_time 381.118ns < 10.000µs +96.2%
max_rss_usage 34.079MB < 38.000MB +10.3%
packagesupdateimporteddependencies - 24/24

✅ import_many

Metric Status Value SLO % Under SLO
execution_time 155.646µs < 170.000µs +8.4%
max_rss_usage 34.150MB < 35.500MB +3.8%

✅ import_many_cached

Metric Status Value SLO % Under SLO
execution_time 120.271µs < 130.000µs +7.5%
max_rss_usage 34.130MB < 35.500MB +3.9%

✅ import_many_stdlib

Metric Status Value SLO % Under SLO
execution_time 1.632ms < 1.750ms +6.7%
max_rss_usage 34.341MB < 35.500MB +3.3%

✅ import_many_stdlib_cached

Metric Status Value SLO % Under SLO
execution_time 957.326µs < 1.100ms +13.0%
max_rss_usage 34.311MB < 35.500MB +3.4%

✅ import_many_unknown

Metric Status Value SLO % Under SLO
execution_time 830.707µs < 890.000µs +6.7%
max_rss_usage 34.256MB < 35.500MB +3.5%

✅ import_many_unknown_cached

Metric Status Value SLO % Under SLO
execution_time 794.697µs < 870.000µs +8.7%
max_rss_usage 33.918MB < 35.500MB +4.5%

✅ import_one

Metric Status Value SLO % Under SLO
execution_time 19.770µs < 30.000µs +34.1%
max_rss_usage 34.108MB < 35.500MB +3.9%

✅ import_one_cache

Metric Status Value SLO % Under SLO
execution_time 6.327µs < 10.000µs +36.7%
max_rss_usage 34.059MB < 35.500MB +4.1%

✅ import_one_stdlib

Metric Status Value SLO % Under SLO
execution_time 18.774µs < 20.000µs +6.1%
max_rss_usage 34.118MB < 35.500MB +3.9%

✅ import_one_stdlib_cache

Metric Status Value SLO % Under SLO
execution_time 6.306µs < 10.000µs +36.9%
max_rss_usage 34.106MB < 35.500MB +3.9%

✅ import_one_unknown

Metric Status Value SLO % Under SLO
execution_time 45.182µs < 50.000µs +9.6%
max_rss_usage 33.977MB < 35.500MB +4.3%

✅ import_one_unknown_cache

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

✅ defaults

Metric Status Value SLO % Under SLO
execution_time 2.325µs < 10.000µs +76.8%
max_rss_usage 28.744MB < 31.000MB +7.3%

✅ high_rate_limit

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

✅ long_window

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

✅ low_rate_limit

Metric Status Value SLO % Under SLO
execution_time 2.365µs < 10.000µs +76.4%
max_rss_usage 28.724MB < 31.000MB +7.3%

✅ no_rate_limit

Metric Status Value SLO % Under SLO
execution_time 823.756ns < 10.000µs +91.8%
max_rss_usage 28.764MB < 31.000MB +7.2%

✅ short_window

Metric Status Value SLO % Under SLO
execution_time 2.486µs < 10.000µs +75.1%
max_rss_usage 28.645MB < 31.000MB +7.6%
recursivecomputation - 8/8

✅ deep

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

✅ deep-profiled

Metric Status Value SLO % Under SLO
execution_time 344.489ms < 359.150ms +4.1%
max_rss_usage 34.583MB < 35.500MB +2.6%

✅ medium

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

✅ shallow

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

✅ average_match

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

✅ high_match

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

✅ low_match

Metric Status Value SLO % Under SLO
execution_time 168.222µs < 190.000µs +11.5%
max_rss_usage 431.414MB < 432.500MB +0.3%

✅ very_low_match

Metric Status Value SLO % Under SLO
execution_time 8.615ms < 9.150ms +5.8%
max_rss_usage 54.926MB < 55.000MB +0.1%
sethttpmeta - 32/32

✅ all-disabled

Metric Status Value SLO % Under SLO
execution_time 12.410µs < 20.000µs +37.9%
max_rss_usage 29.570MB < 31.000MB +4.6%

✅ all-enabled

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

✅ collectipvariant_exists

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

✅ no-collectipvariant

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

✅ no-useragentvariant

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

✅ obfuscation-no-query

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

✅ obfuscation-regular-case-explicit-query

Metric Status Value SLO % Under SLO
execution_time 79.112µs < 90.000µs +12.1%
max_rss_usage 29.904MB < 31.000MB +3.5%

✅ obfuscation-regular-case-implicit-query

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

✅ obfuscation-send-querystring-disabled

Metric Status Value SLO % Under SLO
execution_time 157.195µs < 170.000µs +7.5%
max_rss_usage 29.924MB < 31.000MB +3.5%

✅ obfuscation-worst-case-explicit-query

Metric Status Value SLO % Under SLO
execution_time 151.505µs < 160.000µs +5.3%
max_rss_usage 29.904MB < 31.000MB +3.5%

✅ obfuscation-worst-case-implicit-query

Metric Status Value SLO % Under SLO
execution_time 157.957µs < 170.000µs +7.1%
max_rss_usage 29.963MB < 31.000MB +3.3%

✅ useragentvariant_exists_1

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

✅ useragentvariant_exists_2

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

✅ useragentvariant_exists_3

Metric Status Value SLO % Under SLO
execution_time 41.922µs < 50.000µs +16.2%
max_rss_usage 29.491MB < 31.000MB +4.9%

✅ useragentvariant_not_exists_1

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

✅ useragentvariant_not_exists_2

Metric Status Value SLO % Under SLO
execution_time 41.761µs < 50.000µs +16.5%
max_rss_usage 29.491MB < 31.000MB +4.9%
span - 26/26

✅ add-event

Metric Status Value SLO % Under SLO
execution_time 23.128ms < 26.200ms +11.7%
max_rss_usage 48.439MB < 49.000MB +1.1%

✅ add-metrics

Metric Status Value SLO % Under SLO
execution_time 90.341ms < 98.350ms +8.1%
max_rss_usage 614.109MB < 961.000MB +36.1%

✅ add-tags

Metric Status Value SLO % Under SLO
execution_time 149.151ms < 168.550ms +11.5%
max_rss_usage 614.880MB < 962.500MB +36.1%

✅ get-context

Metric Status Value SLO % Under SLO
execution_time 21.588ms < 23.700ms +8.9%
max_rss_usage 47.306MB < 47.500MB +0.4%

✅ is-recording

Metric Status Value SLO % Under SLO
execution_time 21.534ms < 23.900ms +9.9%
max_rss_usage 47.311MB < 47.500MB +0.4%

✅ record-exception

Metric Status Value SLO % Under SLO
execution_time 40.880ms < 44.500ms +8.1%
max_rss_usage 40.331MB < 40.500MB +0.4%

✅ set-status

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

✅ start

Metric Status Value SLO % Under SLO
execution_time 21.242ms < 23.500ms +9.6%
max_rss_usage 47.283MB < 47.500MB +0.5%

✅ start-finish

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

✅ start-finish-telemetry

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

✅ start-finish-traceid128

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

✅ start-traceid128

Metric Status Value SLO % Under SLO
execution_time 21.470ms < 24.600ms +12.7%
max_rss_usage 47.305MB < 47.500MB +0.4%

✅ update-name

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

✅ 1-count-metric-1-times

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

✅ 1-count-metrics-100-times

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

✅ 1-distribution-metric-1-times

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

✅ 1-distribution-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 192.169µs < 210.000µs +8.5%
max_rss_usage 29.059MB < 31.000MB +6.3%

✅ 1-gauge-metric-1-times

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

✅ 1-gauge-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 125.150µs < 140.000µs +10.6%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ 1-rate-metric-1-times

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

✅ 1-rate-metrics-100-times

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

✅ 100-count-metrics-100-times

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

✅ 100-distribution-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 1.981ms < 2.100ms +5.7%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ 100-gauge-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 1.292ms < 1.400ms +7.7%
max_rss_usage 29.138MB < 31.000MB +6.0%

✅ 100-rate-metrics-100-times

Metric Status Value SLO % Under SLO
execution_time 2.171ms < 2.400ms +9.5%
max_rss_usage 29.098MB < 31.000MB +6.1%

✅ flush-1-metric

Metric Status Value SLO % Under SLO
execution_time 4.093µs < 10.000µs +59.1%
max_rss_usage 29.137MB < 31.000MB +6.0%

✅ flush-100-metrics

Metric Status Value SLO % Under SLO
execution_time 179.988µs < 200.000µs +10.0%
max_rss_usage 29.059MB < 31.000MB +6.3%

✅ flush-1000-metrics

Metric Status Value SLO % Under SLO
execution_time 2.191ms < 2.350ms +6.8%
max_rss_usage 30.277MB < 31.000MB +2.3%
tracer - 6/6

✅ large

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

✅ medium

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

✅ small

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

@gnufede gnufede force-pushed the gnufede/payload-split-1 branch from 37afe0d to 27f78b5 Compare July 18, 2025 14:42
@gnufede gnufede changed the base branch from main to gnufede/encoder-returns-list July 18, 2025 14:56
@gnufede gnufede changed the title wip: payload split second part chore(ci_visibility): proper payload split by size Jul 22, 2025
@gnufede gnufede added changelog/no-changelog A changelog entry is not required for this PR. CI App labels Jul 23, 2025
@gnufede gnufede marked this pull request as ready for review July 23, 2025 09:16
@gnufede gnufede requested a review from a team as a code owner July 23, 2025 09:16
@gnufede gnufede requested a review from calvinbayer July 23, 2025 09:16
@gnufede gnufede requested a review from vitor-de-araujo July 23, 2025 16:40
@gnufede gnufede enabled auto-merge (squash) July 24, 2025 10:42
@gnufede gnufede merged commit a23d875 into main Jul 24, 2025
442 checks passed
@gnufede gnufede deleted the gnufede/payload-split-1 branch July 24, 2025 10:49
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. CI App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants