Skip to content

chore(tracer): enhanced debug logging for sampling and span processing #14137

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

Conversation

mabdinur
Copy link
Contributor

@mabdinur mabdinur commented Jul 24, 2025

Motivation

Debugging trace sampling and span processing issues in production is challenging due to limited visibility into the tracer's internal decisions. Users struggle to understand why spans are dropped, which sampling rules are applied, and whether traces are being processed correctly.

Description

This PR adds comprehensive debug logging throughout the trace pipeline, providing detailed observability into sampling decisions, span lifecycle, span encoding, and span transmission to the agent. The logging is designed to be informative when debug logging is enabled.

Changes

Sampling Transparency

  • Generates a debug log when a span matches a trace sampling rule with span and rule details
  • Generate a debug log when a span matches an agent based sampling priority
  • Generate a debug log when a span that would have been kept is rate limited by the tracer.
  • Log agent based sampling rules when they are received by the tracer.
  • Log all common scenarios where spans are dropped before reaching the agent (via stats computation + single span sampling OR trace filters)

Span Lifecycle Visibility

  • Add span creation logging to detect long-running or stuck spans
  • Enhanced span completion logs with trace state information to better track trace chunks.
  • Add logs to differentiate between complete trace flush and partial flush scenarios

Trace submissions Insights

  • Add log messages when span are added to the writer buffer including trace ids and span counts
  • Include payload size in http writer logs to better track performance and help debug "payload too large bugs"

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

CODEOWNERS have been resolved as:

.gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.yml         @DataDog/python-guild @DataDog/apm-core-python
ddtrace/_trace/processor/__init__.py                                    @DataDog/apm-sdk-api-python
ddtrace/_trace/sampler.py                                               @DataDog/apm-sdk-api-python
ddtrace/internal/writer/writer.py                                       @DataDog/apm-core-python
tests/integration/test_integration.py                                   @DataDog/apm-core-python

@mabdinur mabdinur changed the title chore(tracer): improve sampling debug logs chore(tracer): enhance sampling and trace writer debug logs Jul 24, 2025
@mabdinur mabdinur added the changelog/no-changelog A changelog entry is not required for this PR. label Jul 24, 2025
@mabdinur mabdinur marked this pull request as ready for review July 24, 2025 19:17
@mabdinur mabdinur requested review from a team as code owners July 24, 2025 19:17
@mabdinur mabdinur requested review from ZStriker19 and juanjux July 24, 2025 19:17
Copy link
Contributor

github-actions bot commented Jul 24, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 283 ± 4 ms.

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

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

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

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.816 ms (0.64%)
ddtrace.bootstrap.sitecustomize 1.141 ms (0.40%)
ddtrace.bootstrap.preload 1.141 ms (0.40%)
ddtrace.internal.remoteconfig.client 0.628 ms (0.22%)
ddtrace 0.675 ms (0.24%)
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 24, 2025

Performance SLOs

Candidate: munir/improve-sampling-debug-logs-2 (84fdcdd)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

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

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


✅ context_with_data_no_listeners

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

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


⚠️ context_with_data_only_all_listeners

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

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


✅ get_item_exists

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

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


✅ 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.687µs (SLO: <30.000µs 📉 -17.7%)

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


🔵 djangosimple - 22/22

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 21.221ms (SLO: <22.300ms -4.8%)

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


✅ exception-replay-enabled

Time: ✅ 1.367ms (SLO: <1.450ms -5.7%)

Memory: ✅ 63.131MB (SLO: <65.500MB -3.6%)


✅ iast

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

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


✅ profiler

Time: ✅ 15.372ms (SLO: <16.550ms -7.1%)

Memory: ✅ 50.896MB (SLO: <53.000MB -4.0%)


✅ span-code-origin

Time: ✅ 26.981ms (SLO: <28.200ms -4.3%)

Memory: ✅ 65.905MB (SLO: <68.000MB -3.1%)


✅ tracer

Time: ✅ 21.240ms (SLO: <22.700ms -6.4%)

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


✅ tracer-and-profiler

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

Memory: ✅ 65.018MB (SLO: <67.000MB -3.0%)


✅ tracer-no-caches

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

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


✅ tracer-no-databases

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

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


✅ tracer-no-middleware

Time: ✅ 21.010ms (SLO: <22.500ms -6.6%)

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


✅ tracer-no-templates

Time: ✅ 21.037ms (SLO: <22.250ms -5.5%)

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


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.710ms (SLO: <19.850ms -5.7%)

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


✅ errortracking-enabled-user

Time: ✅ 18.525ms (SLO: <19.400ms -4.5%)

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


✅ tracer-enabled

Time: ✅ 18.450ms (SLO: <19.450ms -5.1%)

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


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.130ms (SLO: <2.300ms -7.4%)

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


✅ errortracking-enabled-user

Time: ✅ 2.126ms (SLO: <2.250ms -5.5%)

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


✅ tracer-enabled

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

Memory: ✅ 51.273MB (SLO: <53.000MB -3.3%)


🔵 flasksimple - 14/14

🔵 No baseline data available for this suite

✅ appsec-get

Time: ✅ 4.612ms (SLO: <4.750ms -2.9%)

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


✅ appsec-post

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

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


✅ appsec-telemetry

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

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


✅ debugger

Time: ✅ 1.850ms (SLO: <2.000ms -7.5%)

Memory: ✅ 42.074MB (SLO: <44.000MB -4.4%)


✅ iast-get

Time: ✅ 1.851ms (SLO: <2.000ms -7.5%)

Memory: ✅ 44.473MB (SLO: <45.000MB 🟡 -1.2%)


✅ profiler

Time: ✅ 1.915ms (SLO: <2.100ms -8.8%)

Memory: ✅ 43.647MB (SLO: <44.000MB 🟡 -0.8%)


✅ tracer

Time: ✅ 3.389ms (SLO: <3.650ms -7.1%)

Memory: ✅ 51.865MB (SLO: <53.000MB -2.1%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.983ms (SLO: <4.200ms -5.2%)

Memory: ✅ 63.426MB (SLO: <66.000MB -3.9%)


✅ iast-enabled

Time: ✅ 2.569ms (SLO: <2.800ms -8.2%)

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


✅ tracer-enabled

Time: ✅ 2.110ms (SLO: <2.250ms -6.2%)

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


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 82.218µs (SLO: <100.000µs 📉 -17.8%)

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


✅ b3_headers

Time: ✅ 14.356µs (SLO: <20.000µs 📉 -28.2%)

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


✅ b3_single_headers

Time: ✅ 13.498µs (SLO: <20.000µs 📉 -32.5%)

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


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 67.366µs (SLO: <80.000µs 📉 -15.8%)

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


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 67.641µs (SLO: <80.000µs 📉 -15.4%)

Memory: ✅ 29.295MB (SLO: <31.000MB -5.5%)


✅ empty_headers

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

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


✅ full_t_id_datadog_headers

Time: ✅ 24.927µs (SLO: <30.000µs 📉 -16.9%)

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


✅ invalid_priority_header

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

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


✅ invalid_span_id_header

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

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


✅ invalid_tags_header

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

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


✅ invalid_trace_id_header

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

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


✅ large_header_no_matches

Time: ✅ 27.798µs (SLO: <30.000µs -7.3%)

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


✅ large_valid_headers_all

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

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


✅ medium_header_no_matches

Time: ✅ 9.952µs (SLO: <20.000µs 📉 -50.2%)

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


✅ medium_valid_headers_all

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

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


✅ none_propagation_style

Time: ✅ 1.719µs (SLO: <10.000µs 📉 -82.8%)

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


✅ tracecontext_headers

Time: ✅ 34.258µs (SLO: <40.000µs 📉 -14.4%)

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


✅ valid_headers_all

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

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


✅ valid_headers_basic

Time: ✅ 6.210µs (SLO: <10.000µs 📉 -37.9%)

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


✅ wsgi_empty_headers

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

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


✅ wsgi_invalid_priority_header

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

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


✅ wsgi_invalid_span_id_header

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

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


✅ wsgi_invalid_tags_header

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

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


✅ wsgi_invalid_trace_id_header

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

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


✅ wsgi_large_header_no_matches

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

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


✅ wsgi_large_valid_headers_all

Time: ✅ 29.881µs (SLO: <40.000µs 📉 -25.3%)

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


✅ wsgi_medium_header_no_matches

Time: ✅ 10.138µs (SLO: <20.000µs 📉 -49.3%)

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


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.524µs (SLO: <20.000µs 📉 -42.4%)

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


✅ wsgi_valid_headers_all

Time: ✅ 6.679µs (SLO: <10.000µs 📉 -33.2%)

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


✅ wsgi_valid_headers_basic

Time: ✅ 6.192µs (SLO: <10.000µs 📉 -38.1%)

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


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 20.378µs (SLO: <30.000µs 📉 -32.1%)

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


✅ with_all

Time: ✅ 35.005µs (SLO: <40.000µs 📉 -12.5%)

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


✅ with_dd_origin

Time: ✅ 26.607µs (SLO: <30.000µs 📉 -11.3%)

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


✅ with_priority_and_origin

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

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


✅ with_sampling_priority

Time: ✅ 22.679µs (SLO: <30.000µs 📉 -24.4%)

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


✅ with_tags

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

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


✅ with_tags_invalid

Time: ✅ 31.544µs (SLO: <40.000µs 📉 -21.1%)

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


✅ with_tags_max_size

Time: ✅ 28.871µs (SLO: <40.000µs 📉 -27.8%)

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


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 33.225µs (SLO: <40.000µs 📉 -16.9%)

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


✅ re_expand_noaspect

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

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


✅ re_findall_aspect

Time: ✅ 3.718µs (SLO: <10.000µs 📉 -62.8%)

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


✅ re_findall_noaspect

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

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


✅ re_finditer_aspect

Time: ✅ 5.165µs (SLO: <10.000µs 📉 -48.4%)

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


✅ re_finditer_noaspect

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

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


✅ re_fullmatch_aspect

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

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


✅ re_fullmatch_noaspect

Time: ✅ 1.284µs (SLO: <10.000µs 📉 -87.2%)

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


✅ re_group_aspect

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

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


✅ re_group_noaspect

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

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


✅ re_groups_aspect

Time: ✅ 3.546µs (SLO: <10.000µs 📉 -64.5%)

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


✅ re_groups_noaspect

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

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


✅ re_match_aspect

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

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


✅ re_match_noaspect

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

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


✅ re_search_aspect

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

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


✅ re_search_noaspect

Time: ✅ 1.201µs (SLO: <10.000µs 📉 -88.0%)

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


✅ re_sub_aspect

Time: ✅ 4.681µs (SLO: <10.000µs 📉 -53.2%)

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


✅ re_sub_noaspect

Time: ✅ 1.542µs (SLO: <10.000µs 📉 -84.6%)

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


✅ re_subn_aspect

Time: ✅ 4.864µs (SLO: <10.000µs 📉 -51.4%)

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


✅ re_subn_noaspect

Time: ✅ 1.595µ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.329µs (SLO: <10.000µs 📉 -96.7%)

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


✅ add_inplace_noaspect

Time: ✅ 0.322µ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.371µs (SLO: <10.000µs 📉 -86.3%)

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


✅ bytearray_extend_noaspect

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

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


✅ bytearray_noaspect

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

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


✅ bytes_aspect

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

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


✅ bytes_noaspect

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

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


✅ bytesio_aspect

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

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


✅ bytesio_noaspect

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

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


✅ capitalize_aspect

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

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


✅ capitalize_noaspect

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

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


✅ casefold_aspect

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


✅ decode_aspect

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

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


✅ decode_noaspect

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

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


✅ encode_aspect

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

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


✅ encode_noaspect

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

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


✅ format_aspect

Time: ✅ 3.578µs (SLO: <10.000µs 📉 -64.2%)

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


✅ format_map_aspect

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

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


✅ format_map_noaspect

Time: ✅ 0.781µs (SLO: <10.000µs 📉 -92.2%)

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


✅ format_noaspect

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

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


✅ index_aspect

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

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


✅ index_noaspect

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

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


✅ join_aspect

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

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


✅ join_noaspect

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

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


✅ ljust_aspect

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

Memory: ✅ 34.701MB (SLO: <35.500MB -2.2%)


✅ ljust_noaspect

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

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


✅ lower_aspect

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

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


✅ lower_noaspect

Time: ✅ 0.365µs (SLO: <10.000µs 📉 -96.4%)

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


✅ lstrip_aspect

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

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


✅ lstrip_noaspect

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

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


✅ modulo_aspect

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

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


✅ modulo_aspect_for_bytearray_bytearray

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

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


✅ modulo_aspect_for_bytes

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

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


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 0.981µs (SLO: <10.000µs 📉 -90.2%)

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


✅ modulo_noaspect

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

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


✅ replace_aspect

Time: ✅ 4.645µs (SLO: <10.000µs 📉 -53.6%)

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


✅ replace_noaspect

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

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


✅ repr_aspect

Time: ✅ 0.909µs (SLO: <10.000µs 📉 -90.9%)

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


✅ repr_noaspect

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

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


✅ rstrip_aspect

Time: ✅ 10.262µs (SLO: <20.000µs 📉 -48.7%)

Memory: ✅ 34.701MB (SLO: <35.500MB -2.2%)


✅ rstrip_noaspect

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

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


✅ slice_aspect

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

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


✅ slice_noaspect

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

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


✅ stringio_aspect

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

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


✅ stringio_noaspect

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

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


✅ strip_aspect

Time: ✅ 10.366µs (SLO: <20.000µs 📉 -48.2%)

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


✅ strip_noaspect

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

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


✅ swapcase_aspect

Time: ✅ 2.478µs (SLO: <10.000µs 📉 -75.2%)

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


✅ swapcase_noaspect

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

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


✅ title_aspect

Time: ✅ 2.520µs (SLO: <10.000µs 📉 -74.8%)

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


✅ title_noaspect

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

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


✅ translate_aspect

Time: ✅ 3.508µs (SLO: <10.000µs 📉 -64.9%)

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


✅ translate_noaspect

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

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


✅ upper_aspect

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

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


✅ upper_noaspect

Time: ✅ 0.370µ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.181µs (SLO: <10.000µs 📉 -58.2%)

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


✅ ospathbasename_noaspect

Time: ✅ 1.071µs (SLO: <10.000µs 📉 -89.3%)

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


✅ ospathjoin_aspect

Time: ✅ 6.068µs (SLO: <10.000µs 📉 -39.3%)

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


✅ ospathjoin_noaspect

Time: ✅ 2.318µs (SLO: <10.000µs 📉 -76.8%)

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


✅ ospathnormcase_aspect

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

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


✅ ospathnormcase_noaspect

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

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


✅ ospathsplit_aspect

Time: ✅ 4.785µs (SLO: <10.000µs 📉 -52.1%)

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


✅ ospathsplit_noaspect

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

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


✅ ospathsplitdrive_aspect

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

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


✅ ospathsplitdrive_noaspect

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

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


✅ ospathsplitext_aspect

Time: ✅ 4.586µs (SLO: <10.000µs 📉 -54.1%)

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


✅ ospathsplitext_noaspect

Time: ✅ 1.369µs (SLO: <10.000µs 📉 -86.3%)

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


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

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

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


✅ rsplit_noaspect

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

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


✅ split_aspect

Time: ✅ 1.476µs (SLO: <10.000µs 📉 -85.2%)

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


✅ split_noaspect

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

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


✅ splitlines_aspect

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

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


✅ splitlines_noaspect

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

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


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 48.719µs (SLO: <60.000µs 📉 -18.8%)

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


✅ propagation_enabled

Time: ✅ 144.659µs (SLO: <160.000µs -9.6%)

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


✅ propagation_enabled_100

Time: ✅ 1.573ms (SLO: <1.800ms 📉 -12.6%)

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


✅ propagation_enabled_1000

Time: ✅ 28.922ms (SLO: <30.550ms -5.3%)

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


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

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

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


✅ add-link

Time: ✅ 36.496ms (SLO: <38.550ms -5.3%)

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


✅ add-metrics

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

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


✅ add-tags

Time: ✅ 212.821ms (SLO: <221.600ms -4.0%)

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


✅ get-context

Time: ✅ 29.191ms (SLO: <31.300ms -6.7%)

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


✅ is-recording

Time: ✅ 29.012ms (SLO: <31.000ms -6.4%)

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


✅ record-exception

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

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


✅ set-status

Time: ✅ 32.449ms (SLO: <34.150ms -5.0%)

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


✅ start

Time: ✅ 28.621ms (SLO: <30.150ms -5.1%)

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


✅ start-finish

Time: ✅ 34.021ms (SLO: <35.350ms -3.8%)

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


✅ start-finish-telemetry

Time: ✅ 34.219ms (SLO: <35.450ms -3.5%)

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


✅ update-name

Time: ✅ 31.132ms (SLO: <33.400ms -6.8%)

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


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 44.921ms (SLO: <47.150ms -4.7%)

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


✅ add-metrics

Time: ✅ 321.197ms (SLO: <344.800ms -6.8%)

Memory: ✅ 560.050MB (SLO: <562.000MB 🟡 -0.3%)


✅ add-tags

Time: ✅ 290.650ms (SLO: <314.000ms -7.4%)

Memory: ✅ 561.328MB (SLO: <563.500MB 🟡 -0.4%)


✅ get-context

Time: ✅ 87.375ms (SLO: <92.350ms -5.4%)

Memory: ✅ 37.103MB (SLO: <38.000MB -2.4%)


✅ is-recording

Time: ✅ 42.661ms (SLO: <44.500ms -4.1%)

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


✅ record-exception

Time: ✅ 61.417ms (SLO: <67.650ms -9.2%)

Memory: ✅ 37.455MB (SLO: <38.000MB 🟡 -1.4%)


✅ set-status

Time: ✅ 49.422ms (SLO: <50.400ms 🟡 -1.9%)

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


✅ start

Time: ✅ 41.894ms (SLO: <43.450ms -3.6%)

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


✅ start-finish

Time: ✅ 86.138ms (SLO: <88.000ms -2.1%)

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


✅ start-finish-telemetry

Time: ✅ 86.052ms (SLO: <89.000ms -3.3%)

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


✅ update-name

Time: ✅ 43.931ms (SLO: <45.150ms -2.7%)

Memory: ✅ 41.673MB (SLO: <42.500MB 🟡 -1.9%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 341.998ms (SLO: <354.300ms -3.5%)

Memory: ✅ 34.915MB (SLO: <38.000MB -8.1%)


✅ cache_on

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

Memory: ✅ 33.653MB (SLO: <38.000MB 📉 -11.4%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 155.559µs (SLO: <170.000µs -8.5%)

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


✅ import_many_cached

Time: ✅ 120.727µs (SLO: <130.000µs -7.1%)

Memory: ✅ 34.243MB (SLO: <35.500MB -3.5%)


✅ import_many_stdlib

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

Memory: ✅ 34.293MB (SLO: <35.500MB -3.4%)


✅ import_many_stdlib_cached

Time: ✅ 0.965ms (SLO: <1.100ms 📉 -12.3%)

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


✅ import_many_unknown

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

Memory: ✅ 34.270MB (SLO: <35.500MB -3.5%)


✅ import_many_unknown_cached

Time: ✅ 796.085µs (SLO: <870.000µs -8.5%)

Memory: ✅ 34.294MB (SLO: <35.500MB -3.4%)


✅ import_one

Time: ✅ 19.805µs (SLO: <30.000µs 📉 -34.0%)

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


✅ import_one_cache

Time: ✅ 6.319µs (SLO: <10.000µs 📉 -36.8%)

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


✅ import_one_stdlib

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

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


✅ import_one_stdlib_cache

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

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


✅ import_one_unknown

Time: ✅ 45.570µs (SLO: <50.000µs -8.9%)

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


✅ import_one_unknown_cache

Time: ✅ 6.257µs (SLO: <10.000µs 📉 -37.4%)

Memory: ✅ 34.121MB (SLO: <35.500MB -3.9%)


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

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

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


✅ high_rate_limit

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

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


✅ long_window

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

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


✅ low_rate_limit

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

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


✅ no_rate_limit

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

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


✅ short_window

Time: ✅ 2.475µs (SLO: <10.000µs 📉 -75.2%)

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


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

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

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


✅ deep-profiled

Time: ✅ 327.671ms (SLO: <359.150ms -8.8%)

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


✅ medium

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

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


✅ shallow

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

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


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 275.790µs (SLO: <350.000µs 📉 -21.2%)

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


✅ high_match

Time: ✅ 447.527µs (SLO: <550.000µs 📉 -18.6%)

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


✅ low_match

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

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


✅ very_low_match

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

Memory: ✅ 54.777MB (SLO: <55.000MB 🟡 -0.4%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.124µs (SLO: <20.000µs 📉 -39.4%)

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


✅ all-enabled

Time: ✅ 42.102µs (SLO: <50.000µs 📉 -15.8%)

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


✅ collectipvariant_exists

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

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


✅ no-collectipvariant

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

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


✅ no-useragentvariant

Time: ✅ 40.503µs (SLO: <50.000µs 📉 -19.0%)

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


✅ obfuscation-no-query

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

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


✅ obfuscation-regular-case-explicit-query

Time: ✅ 78.386µs (SLO: <90.000µs 📉 -12.9%)

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


✅ obfuscation-regular-case-implicit-query

Time: ✅ 79.489µs (SLO: <90.000µs 📉 -11.7%)

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


✅ obfuscation-send-querystring-disabled

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

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


✅ obfuscation-worst-case-explicit-query

Time: ✅ 150.858µs (SLO: <160.000µs -5.7%)

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


✅ obfuscation-worst-case-implicit-query

Time: ✅ 158.904µs (SLO: <170.000µs -6.5%)

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


✅ useragentvariant_exists_1

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

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


✅ useragentvariant_exists_2

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

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


✅ useragentvariant_exists_3

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

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


✅ useragentvariant_not_exists_1

Time: ✅ 41.340µs (SLO: <50.000µs 📉 -17.3%)

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


✅ useragentvariant_not_exists_2

Time: ✅ 41.291µs (SLO: <50.000µs 📉 -17.4%)

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


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.170ms (SLO: <26.200ms -7.7%)

Memory: ✅ 48.486MB (SLO: <49.000MB 🟡 -1.0%)


✅ add-metrics

Time: ✅ 92.290ms (SLO: <98.350ms -6.2%)

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


✅ add-tags

Time: ✅ 151.490ms (SLO: <168.550ms 📉 -10.1%)

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


✅ get-context

Time: ✅ 22.433ms (SLO: <23.700ms -5.3%)

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


✅ is-recording

Time: ✅ 22.438ms (SLO: <23.900ms -6.1%)

Memory: ✅ 47.238MB (SLO: <47.500MB 🟡 -0.6%)


✅ record-exception

Time: ✅ 42.443ms (SLO: <44.500ms -4.6%)

Memory: ✅ 40.286MB (SLO: <40.500MB 🟡 -0.5%)


✅ set-status

Time: ✅ 24.226ms (SLO: <26.000ms -6.8%)

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


✅ start

Time: ✅ 22.262ms (SLO: <23.500ms -5.3%)

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


✅ start-finish

Time: ✅ 54.008ms (SLO: <55.500ms -2.7%)

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


✅ start-finish-telemetry

Time: ✅ 55.467ms (SLO: <58.300ms -4.9%)

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


✅ start-finish-traceid128

Time: ✅ 57.551ms (SLO: <58.050ms 🟡 -0.9%)

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


✅ start-traceid128

Time: ✅ 22.541ms (SLO: <24.600ms -8.4%)

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


✅ update-name

Time: ✅ 22.765ms (SLO: <24.100ms -5.5%)

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


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.087µs (SLO: <10.000µs 📉 -69.1%)

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


✅ 1-count-metrics-100-times

Time: ✅ 211.516µs (SLO: <240.000µs 📉 -11.9%)

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


✅ 1-distribution-metric-1-times

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

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


✅ 1-distribution-metrics-100-times

Time: ✅ 190.419µs (SLO: <210.000µs -9.3%)

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


✅ 1-gauge-metric-1-times

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

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


✅ 1-gauge-metrics-100-times

Time: ✅ 124.410µs (SLO: <140.000µs 📉 -11.1%)

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


✅ 1-rate-metric-1-times

Time: ✅ 3.122µs (SLO: <10.000µs 📉 -68.8%)

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


✅ 1-rate-metrics-100-times

Time: ✅ 212.494µs (SLO: <230.000µs -7.6%)

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


✅ 100-count-metrics-100-times

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

Memory: ✅ 29.059MB (SLO: <31.000MB -6.3%)


✅ 100-distribution-metrics-100-times

Time: ✅ 1.986ms (SLO: <2.100ms -5.4%)

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


✅ 100-gauge-metrics-100-times

Time: ✅ 1.266ms (SLO: <1.400ms -9.6%)

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


✅ 100-rate-metrics-100-times

Time: ✅ 2.177ms (SLO: <2.400ms -9.3%)

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


✅ flush-1-metric

Time: ✅ 4.240µs (SLO: <10.000µs 📉 -57.6%)

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


✅ flush-100-metrics

Time: ✅ 180.383µs (SLO: <200.000µs -9.8%)

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


✅ flush-1000-metrics

Time: ✅ 2.180ms (SLO: <2.350ms -7.2%)

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


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 29.848ms (SLO: <32.950ms -9.4%)

Memory: ✅ 30.337MB (SLO: <31.000MB -2.1%)


✅ medium

Time: ✅ 2.989ms (SLO: <3.200ms -6.6%)

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


✅ small

Time: ✅ 335.414µs (SLO: <370.000µs -9.3%)

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

@mabdinur mabdinur force-pushed the munir/improve-sampling-debug-logs-2 branch from fbf4315 to 0bc0776 Compare July 25, 2025 04:35
@mabdinur mabdinur requested a review from a team as a code owner July 25, 2025 21:12
@mabdinur mabdinur enabled auto-merge (squash) July 26, 2025 00:23
@mabdinur
Copy link
Contributor Author

Blocked by: #14146

@mabdinur mabdinur changed the title chore(tracer): enhance sampling and trace writer debug logs chore(tracer): enhanced Debug Logging for Sampling and Span Processing Jul 28, 2025
@mabdinur mabdinur changed the title chore(tracer): enhanced Debug Logging for Sampling and Span Processing chore(tracer): enhanced debug logging for sampling and span processing Jul 28, 2025
@mabdinur mabdinur force-pushed the munir/improve-sampling-debug-logs-2 branch 2 times, most recently from 5a89bf9 to 2556691 Compare July 28, 2025 18:04
@mabdinur mabdinur requested a review from a team as a code owner July 28, 2025 19:26
@mabdinur mabdinur disabled auto-merge July 29, 2025 04:41
@mabdinur mabdinur force-pushed the munir/improve-sampling-debug-logs-2 branch from 0e35702 to ed589e4 Compare July 29, 2025 05:06
@mabdinur mabdinur force-pushed the munir/improve-sampling-debug-logs-2 branch from ed589e4 to dc05ffb Compare July 29, 2025 13:28
@mabdinur mabdinur force-pushed the munir/improve-sampling-debug-logs-2 branch from 2b6877f to 5d688ed Compare July 29, 2025 20:31
@mabdinur mabdinur enabled auto-merge (squash) July 29, 2025 20:31
@mabdinur mabdinur force-pushed the munir/improve-sampling-debug-logs-2 branch from 5e2c78b to 62dbb01 Compare July 29, 2025 20:59
@mabdinur mabdinur force-pushed the munir/improve-sampling-debug-logs-2 branch from ed0bb56 to 2049d61 Compare July 30, 2025 15:14
@mabdinur mabdinur merged commit 3031c56 into main Jul 31, 2025
928 of 931 checks passed
@mabdinur mabdinur deleted the munir/improve-sampling-debug-logs-2 branch July 31, 2025 21:02
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.

5 participants