Skip to content

Conversation

XG-xin
Copy link
Contributor

@XG-xin XG-xin commented Aug 21, 2025

This PR adds additional debug logging:

  • Logging the llm span type
  • Logging OpenAI operations when creating LLM spans

MLOB-3526

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 Aug 21, 2025

CODEOWNERS have been resolved as:

ddtrace/llmobs/_integrations/base.py                                    @DataDog/ml-observability
ddtrace/llmobs/_integrations/openai.py                                  @DataDog/ml-observability

@XG-xin XG-xin changed the title add debug logs on llm span type and when the span started chore: add debug logging for llm span type and span started Aug 21, 2025
@XG-xin XG-xin added the changelog/no-changelog A changelog entry is not required for this PR. label Aug 21, 2025
Copy link
Contributor

github-actions bot commented Aug 21, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

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

The average import time from base is: 269 ± 2 ms.

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

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.970 ms (0.74%)
ddtrace.bootstrap.sitecustomize 1.298 ms (0.49%)
ddtrace.bootstrap.preload 1.298 ms (0.49%)
ddtrace.internal.remoteconfig.client 0.619 ms (0.23%)
ddtrace 0.671 ms (0.25%)
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 Aug 21, 2025

Performance SLOs

Candidate: xinyuan/log-llm-span-type (95ef50f)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.327µs (SLO: <20.000µs 📉 -33.4%)

Memory: ✅ 31.241MB (SLO: <33.500MB -6.7%)


✅ context_with_data_no_listeners

Time: ✅ 3.402µs (SLO: <10.000µs 📉 -66.0%)

Memory: ✅ 31.300MB (SLO: <33.500MB -6.6%)


⚠️ context_with_data_only_all_listeners

Time: ⚠️ 13.447µs (SLO: <20.000µs 📉 -32.8%)

Memory: ✅ 31.241MB (SLO: <33.500MB -6.7%)


✅ get_item_exists

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

Memory: ✅ 31.202MB (SLO: <33.500MB -6.9%)


✅ get_item_missing

Time: ✅ 0.642µs (SLO: <10.000µs 📉 -93.6%)

Memory: ✅ 31.241MB (SLO: <33.500MB -6.7%)


✅ set_item

Time: ✅ 24.239µs (SLO: <30.000µs 📉 -19.2%)

Memory: ✅ 31.221MB (SLO: <33.500MB -6.8%)


🔵 djangosimple - 24/24

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 20.686ms (SLO: <22.300ms -7.2%)

Memory: ✅ 64.310MB (SLO: <66.000MB -2.6%)


✅ exception-replay-enabled

Time: ✅ 1.368ms (SLO: <1.450ms -5.6%)

Memory: ✅ 63.249MB (SLO: <66.000MB -4.2%)


✅ iast

Time: ✅ 20.700ms (SLO: <22.250ms -7.0%)

Memory: ✅ 64.350MB (SLO: <66.000MB -2.5%)


✅ profiler

Time: ✅ 15.254ms (SLO: <16.550ms -7.8%)

Memory: ✅ 52.774MB (SLO: <53.500MB 🟡 -1.4%)


✅ span-code-origin

Time: ✅ 26.323ms (SLO: <28.200ms -6.7%)

Memory: ✅ 67.013MB (SLO: <68.500MB -2.2%)


✅ tracer

Time: ✅ 20.650ms (SLO: <21.750ms -5.1%)

Memory: ✅ 64.330MB (SLO: <66.000MB -2.5%)


✅ tracer-and-profiler

Time: ✅ 22.284ms (SLO: <23.500ms -5.2%)

Memory: ✅ 65.254MB (SLO: <67.000MB -2.6%)


✅ tracer-dont-create-db-spans

Time: ✅ 19.504ms (SLO: <21.500ms -9.3%)

Memory: ✅ 64.350MB (SLO: <66.000MB -2.5%)


✅ tracer-no-caches

Time: ✅ 18.661ms (SLO: <19.650ms -5.0%)

Memory: ✅ 64.016MB (SLO: <66.000MB -3.0%)


✅ tracer-no-databases

Time: ✅ 19.000ms (SLO: <20.100ms -5.5%)

Memory: ✅ 63.898MB (SLO: <66.000MB -3.2%)


✅ tracer-no-middleware

Time: ✅ 20.357ms (SLO: <21.500ms -5.3%)

Memory: ✅ 64.173MB (SLO: <66.000MB -2.8%)


✅ tracer-no-templates

Time: ✅ 20.451ms (SLO: <22.000ms -7.0%)

Memory: ✅ 64.291MB (SLO: <66.000MB -2.6%)


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.151ms (SLO: <19.850ms -8.6%)

Memory: ✅ 64.191MB (SLO: <65.500MB 🟡 -2.0%)


✅ errortracking-enabled-user

Time: ✅ 18.200ms (SLO: <19.400ms -6.2%)

Memory: ✅ 64.033MB (SLO: <65.500MB -2.2%)


✅ tracer-enabled

Time: ✅ 18.313ms (SLO: <19.450ms -5.8%)

Memory: ✅ 63.988MB (SLO: <65.500MB -2.3%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

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

Memory: ✅ 51.037MB (SLO: <53.500MB -4.6%)


✅ errortracking-enabled-user

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

Memory: ✅ 51.058MB (SLO: <53.500MB -4.6%)


✅ tracer-enabled

Time: ✅ 2.109ms (SLO: <2.300ms -8.3%)

Memory: ✅ 51.036MB (SLO: <53.500MB -4.6%)


🔵 flasksimple - 15/15

🔵 No baseline data available for this suite

✅ appsec-get

Time: ✅ 4.582ms (SLO: <4.750ms -3.5%)

Memory: ✅ 61.755MB (SLO: <64.500MB -4.3%)


✅ appsec-post

Time: ✅ 6.606ms (SLO: <6.750ms -2.1%)

Memory: ✅ 62.128MB (SLO: <64.500MB -3.7%)


✅ appsec-telemetry

Time: ✅ 4.595ms (SLO: <4.750ms -3.3%)

Memory: ✅ 61.794MB (SLO: <64.500MB -4.2%)


✅ debugger

Time: ✅ 1.860ms (SLO: <2.000ms -7.0%)

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


✅ iast-get

Time: ✅ 1.859ms (SLO: <2.000ms -7.1%)

Memory: ✅ 41.563MB (SLO: <49.000MB 📉 -15.2%)


✅ profiler

Time: ✅ 1.920ms (SLO: <2.100ms -8.6%)

Memory: ✅ 44.256MB (SLO: <46.500MB -4.8%)


✅ tracer

Time: ✅ 3.382ms (SLO: <3.650ms -7.3%)

Memory: ✅ 51.212MB (SLO: <53.500MB -4.3%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.960ms (SLO: <4.200ms -5.7%)

Memory: ✅ 62.044MB (SLO: <66.000MB -6.0%)


✅ iast-enabled

Time: ✅ 2.544ms (SLO: <2.800ms -9.1%)

Memory: ✅ 57.723MB (SLO: <59.000MB -2.2%)


✅ tracer-enabled

Time: ✅ 2.099ms (SLO: <2.250ms -6.7%)

Memory: ✅ 51.081MB (SLO: <53.500MB -4.5%)


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 81.382µs (SLO: <100.000µs 📉 -18.6%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ b3_headers

Time: ✅ 14.278µs (SLO: <20.000µs 📉 -28.6%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ b3_single_headers

Time: ✅ 13.379µs (SLO: <20.000µs 📉 -33.1%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 63.989µs (SLO: <80.000µs 📉 -20.0%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

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

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ empty_headers

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

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ full_t_id_datadog_headers

Time: ✅ 23.200µs (SLO: <30.000µs 📉 -22.7%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ invalid_priority_header

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

Memory: ✅ 31.457MB (SLO: <33.500MB -6.1%)


✅ invalid_span_id_header

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

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ invalid_tags_header

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

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ invalid_trace_id_header

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

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ large_header_no_matches

Time: ✅ 27.565µs (SLO: <30.000µs -8.1%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ large_valid_headers_all

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

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ medium_header_no_matches

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

Memory: ✅ 31.457MB (SLO: <33.500MB -6.1%)


✅ medium_valid_headers_all

Time: ✅ 11.360µs (SLO: <20.000µs 📉 -43.2%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ none_propagation_style

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

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ tracecontext_headers

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

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ valid_headers_all

Time: ✅ 6.624µs (SLO: <10.000µs 📉 -33.8%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ valid_headers_basic

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

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ wsgi_empty_headers

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

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ wsgi_invalid_priority_header

Time: ✅ 6.618µs (SLO: <10.000µs 📉 -33.8%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_invalid_span_id_header

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

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_invalid_tags_header

Time: ✅ 6.610µs (SLO: <10.000µs 📉 -33.9%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_invalid_trace_id_header

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

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_large_header_no_matches

Time: ✅ 29.289µs (SLO: <40.000µs 📉 -26.8%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ wsgi_large_valid_headers_all

Time: ✅ 30.363µs (SLO: <40.000µs 📉 -24.1%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_medium_header_no_matches

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

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.674µs (SLO: <20.000µs 📉 -41.6%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_valid_headers_all

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

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_valid_headers_basic

Time: ✅ 6.195µs (SLO: <10.000µs 📉 -38.0%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 21.984µs (SLO: <30.000µs 📉 -26.7%)

Memory: ✅ 31.457MB (SLO: <33.500MB -6.1%)


✅ with_all

Time: ✅ 34.470µs (SLO: <40.000µs 📉 -13.8%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ with_dd_origin

Time: ✅ 29.992µs (SLO: <30.000µs 🟡 ~same)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ with_priority_and_origin

Time: ✅ 28.147µs (SLO: <40.000µs 📉 -29.6%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ with_sampling_priority

Time: ✅ 21.927µs (SLO: <30.000µs 📉 -26.9%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ with_tags

Time: ✅ 30.563µs (SLO: <40.000µs 📉 -23.6%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ with_tags_invalid

Time: ✅ 34.050µs (SLO: <40.000µs 📉 -14.9%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ with_tags_max_size

Time: ✅ 31.243µs (SLO: <40.000µs 📉 -21.9%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 32.928µs (SLO: <40.000µs 📉 -17.7%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_expand_noaspect

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

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_findall_aspect

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

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ re_findall_noaspect

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

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_finditer_aspect

Time: ✅ 5.049µs (SLO: <10.000µs 📉 -49.5%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ re_finditer_noaspect

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

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_fullmatch_aspect

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

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_fullmatch_noaspect

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

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_group_aspect

Time: ✅ 3.441µs (SLO: <10.000µs 📉 -65.6%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_group_noaspect

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

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ re_groups_aspect

Time: ✅ 3.529µs (SLO: <10.000µs 📉 -64.7%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ re_groups_noaspect

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

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ re_match_aspect

Time: ✅ 3.369µs (SLO: <10.000µs 📉 -66.3%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_match_noaspect

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

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ re_search_aspect

Time: ✅ 3.260µs (SLO: <10.000µs 📉 -67.4%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_search_noaspect

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

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_sub_aspect

Time: ✅ 4.603µs (SLO: <10.000µs 📉 -54.0%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_sub_noaspect

Time: ✅ 1.513µs (SLO: <10.000µs 📉 -84.9%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ re_subn_aspect

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

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_subn_noaspect

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

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

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

Memory: ✅ 37.297MB (SLO: <39.000MB -4.4%)


✅ add_inplace_aspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ add_inplace_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ add_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ bytearray_aspect

Time: ✅ 1.817µs (SLO: <10.000µs 📉 -81.8%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ bytearray_extend_aspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ bytearray_extend_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ bytearray_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ bytes_aspect

Time: ✅ 1.827µs (SLO: <10.000µs 📉 -81.7%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ bytes_noaspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ bytesio_aspect

Time: ✅ 1.851µs (SLO: <10.000µs 📉 -81.5%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ bytesio_noaspect

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

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ capitalize_aspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ capitalize_noaspect

Time: ✅ 0.431µs (SLO: <10.000µs 📉 -95.7%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ casefold_aspect

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

Memory: ✅ 37.179MB (SLO: <39.000MB -4.7%)


✅ casefold_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ decode_aspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ decode_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ encode_aspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ encode_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ format_aspect

Time: ✅ 3.774µs (SLO: <10.000µs 📉 -62.3%)

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ format_map_aspect

Time: ✅ 3.207µs (SLO: <10.000µs 📉 -67.9%)

Memory: ✅ 37.297MB (SLO: <39.000MB -4.4%)


✅ format_map_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ format_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ index_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ index_noaspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ join_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ join_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ ljust_aspect

Time: ✅ 10.603µs (SLO: <20.000µs 📉 -47.0%)

Memory: ✅ 37.297MB (SLO: <39.000MB -4.4%)


✅ ljust_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ lower_aspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ lower_noaspect

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

Memory: ✅ 37.100MB (SLO: <39.000MB -4.9%)


✅ lstrip_aspect

Time: ✅ 10.194µs (SLO: <20.000µs 📉 -49.0%)

Memory: ✅ 37.297MB (SLO: <39.000MB -4.4%)


✅ lstrip_noaspect

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

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ modulo_aspect

Time: ✅ 0.932µs (SLO: <10.000µs 📉 -90.7%)

Memory: ✅ 37.297MB (SLO: <39.000MB -4.4%)


✅ modulo_aspect_for_bytearray_bytearray

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ modulo_aspect_for_bytes

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 1.126µs (SLO: <10.000µs 📉 -88.7%)

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ modulo_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ replace_aspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ replace_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ repr_aspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ repr_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ rstrip_aspect

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

Memory: ✅ 37.336MB (SLO: <39.000MB -4.3%)


✅ rstrip_noaspect

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

Memory: ✅ 37.316MB (SLO: <39.000MB -4.3%)


✅ slice_aspect

Time: ✅ 0.472µs (SLO: <10.000µs 📉 -95.3%)

Memory: ✅ 37.316MB (SLO: <39.000MB -4.3%)


✅ slice_noaspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ stringio_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ stringio_noaspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ strip_aspect

Time: ✅ 10.206µs (SLO: <20.000µs 📉 -49.0%)

Memory: ✅ 37.336MB (SLO: <39.000MB -4.3%)


✅ strip_noaspect

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

Memory: ✅ 37.139MB (SLO: <39.000MB -4.8%)


✅ swapcase_aspect

Time: ✅ 2.472µs (SLO: <10.000µs 📉 -75.3%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ swapcase_noaspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ title_aspect

Time: ✅ 2.378µs (SLO: <10.000µs 📉 -76.2%)

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ title_noaspect

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

Memory: ✅ 37.179MB (SLO: <39.000MB -4.7%)


✅ translate_aspect

Time: ✅ 3.308µs (SLO: <10.000µs 📉 -66.9%)

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ translate_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ upper_aspect

Time: ✅ 2.279µs (SLO: <10.000µs 📉 -77.2%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ upper_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

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

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ ospathbasename_noaspect

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

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ ospathjoin_aspect

Time: ✅ 6.828µs (SLO: <10.000µs 📉 -31.7%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ ospathjoin_noaspect

Time: ✅ 2.281µs (SLO: <10.000µs 📉 -77.2%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ ospathnormcase_aspect

Time: ✅ 3.319µs (SLO: <10.000µs 📉 -66.8%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ ospathnormcase_noaspect

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

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ ospathsplit_aspect

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

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathsplit_noaspect

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

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ ospathsplitdrive_aspect

Time: ✅ 3.684µs (SLO: <10.000µs 📉 -63.2%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ ospathsplitdrive_noaspect

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

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ ospathsplitext_aspect

Time: ✅ 4.422µs (SLO: <10.000µs 📉 -55.8%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ ospathsplitext_noaspect

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

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

Time: ✅ 1.498µs (SLO: <10.000µs 📉 -85.0%)

Memory: ✅ 36.943MB (SLO: <39.000MB -5.3%)


✅ rsplit_noaspect

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

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ split_aspect

Time: ✅ 1.451µs (SLO: <10.000µs 📉 -85.5%)

Memory: ✅ 37.120MB (SLO: <39.000MB -4.8%)


✅ split_noaspect

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

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ splitlines_aspect

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

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ splitlines_noaspect

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

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 48.829µs (SLO: <60.000µs 📉 -18.6%)

Memory: ✅ 36.746MB (SLO: <39.000MB -5.8%)


✅ propagation_enabled

Time: ✅ 144.537µs (SLO: <160.000µs -9.7%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ propagation_enabled_100

Time: ✅ 1.568ms (SLO: <1.800ms 📉 -12.9%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ propagation_enabled_1000

Time: ✅ 29.075ms (SLO: <30.550ms -4.8%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.573ms (SLO: <42.000ms -3.4%)

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ add-link

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

Memory: ✅ 34.190MB (SLO: <39.000MB 📉 -12.3%)


✅ add-metrics

Time: ✅ 219.475ms (SLO: <232.000ms -5.4%)

Memory: ✅ 34.111MB (SLO: <39.000MB 📉 -12.5%)


✅ add-tags

Time: ✅ 212.002ms (SLO: <221.600ms -4.3%)

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ get-context

Time: ✅ 29.006ms (SLO: <31.300ms -7.3%)

Memory: ✅ 34.151MB (SLO: <39.000MB 📉 -12.4%)


✅ is-recording

Time: ✅ 29.229ms (SLO: <31.000ms -5.7%)

Memory: ✅ 34.151MB (SLO: <39.000MB 📉 -12.4%)


✅ record-exception

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

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ set-status

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

Memory: ✅ 34.190MB (SLO: <39.000MB 📉 -12.3%)


✅ start

Time: ✅ 29.010ms (SLO: <30.150ms -3.8%)

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ start-finish

Time: ✅ 33.984ms (SLO: <35.350ms -3.9%)

Memory: ✅ 34.092MB (SLO: <39.000MB 📉 -12.6%)


✅ start-finish-telemetry

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

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ update-name

Time: ✅ 31.231ms (SLO: <33.400ms -6.5%)

Memory: ✅ 34.210MB (SLO: <39.000MB 📉 -12.3%)


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 45.228ms (SLO: <47.150ms -4.1%)

Memory: ✅ 44.372MB (SLO: <46.500MB -4.6%)


✅ add-metrics

Time: ✅ 320.777ms (SLO: <344.800ms -7.0%)

Memory: ✅ 553.234MB (SLO: <562.000MB 🟡 -1.6%)


✅ add-tags

Time: ✅ 292.554ms (SLO: <314.000ms -6.8%)

Memory: ✅ 554.795MB (SLO: <563.500MB 🟡 -1.5%)


✅ get-context

Time: ✅ 88.085ms (SLO: <92.350ms -4.6%)

Memory: ✅ 39.560MB (SLO: <46.500MB 📉 -14.9%)


✅ is-recording

Time: ✅ 42.973ms (SLO: <44.500ms -3.4%)

Memory: ✅ 43.760MB (SLO: <46.500MB -5.9%)


✅ record-exception

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

Memory: ✅ 39.851MB (SLO: <46.500MB 📉 -14.3%)


✅ set-status

Time: ✅ 49.132ms (SLO: <50.400ms -2.5%)

Memory: ✅ 43.791MB (SLO: <46.500MB -5.8%)


✅ start

Time: ✅ 42.119ms (SLO: <43.450ms -3.1%)

Memory: ✅ 43.851MB (SLO: <46.500MB -5.7%)


✅ start-finish

Time: ✅ 82.269ms (SLO: <88.000ms -6.5%)

Memory: ✅ 33.738MB (SLO: <46.500MB 📉 -27.4%)


✅ start-finish-telemetry

Time: ✅ 83.802ms (SLO: <89.000ms -5.8%)

Memory: ✅ 33.758MB (SLO: <46.500MB 📉 -27.4%)


✅ update-name

Time: ✅ 44.021ms (SLO: <45.150ms -2.5%)

Memory: ✅ 44.178MB (SLO: <46.500MB -5.0%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

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

Memory: ✅ 38.235MB (SLO: <40.000MB -4.4%)


✅ cache_on

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

Memory: ✅ 37.402MB (SLO: <39.000MB -4.1%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 155.877µs (SLO: <170.000µs -8.3%)

Memory: ✅ 35.684MB (SLO: <38.500MB -7.3%)


✅ import_many_cached

Time: ✅ 120.362µs (SLO: <130.000µs -7.4%)

Memory: ✅ 35.659MB (SLO: <38.500MB -7.4%)


✅ import_many_stdlib

Time: ✅ 1.609ms (SLO: <1.750ms -8.1%)

Memory: ✅ 35.726MB (SLO: <38.500MB -7.2%)


✅ import_many_stdlib_cached

Time: ✅ 0.967ms (SLO: <1.100ms 📉 -12.1%)

Memory: ✅ 35.806MB (SLO: <38.500MB -7.0%)


✅ import_many_unknown

Time: ✅ 829.830µs (SLO: <890.000µs -6.8%)

Memory: ✅ 35.880MB (SLO: <38.500MB -6.8%)


✅ import_many_unknown_cached

Time: ✅ 796.653µs (SLO: <870.000µs -8.4%)

Memory: ✅ 35.901MB (SLO: <38.500MB -6.8%)


✅ import_one

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

Memory: ✅ 35.576MB (SLO: <39.000MB -8.8%)


✅ import_one_cache

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

Memory: ✅ 35.686MB (SLO: <38.500MB -7.3%)


✅ import_one_stdlib

Time: ✅ 18.748µs (SLO: <20.000µs -6.3%)

Memory: ✅ 35.595MB (SLO: <38.500MB -7.5%)


✅ import_one_stdlib_cache

Time: ✅ 6.235µs (SLO: <10.000µs 📉 -37.6%)

Memory: ✅ 35.681MB (SLO: <38.500MB -7.3%)


✅ import_one_unknown

Time: ✅ 45.501µs (SLO: <50.000µs -9.0%)

Memory: ✅ 35.567MB (SLO: <38.500MB -7.6%)


✅ import_one_unknown_cache

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

Memory: ✅ 35.661MB (SLO: <38.500MB -7.4%)


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

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

Memory: ✅ 30.926MB (SLO: <34.000MB -9.0%)


✅ high_rate_limit

Time: ✅ 2.405µs (SLO: <10.000µs 📉 -76.0%)

Memory: ✅ 30.966MB (SLO: <34.000MB -8.9%)


✅ long_window

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

Memory: ✅ 30.926MB (SLO: <34.000MB -9.0%)


✅ low_rate_limit

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

Memory: ✅ 30.966MB (SLO: <34.000MB -8.9%)


✅ no_rate_limit

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

Memory: ✅ 31.005MB (SLO: <34.000MB -8.8%)


✅ short_window

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

Memory: ✅ 30.907MB (SLO: <34.000MB -9.1%)


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

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

Memory: ✅ 32.421MB (SLO: <34.500MB -6.0%)


✅ deep-profiled

Time: ✅ 327.352ms (SLO: <359.150ms -8.9%)

Memory: ✅ 35.075MB (SLO: <39.000MB 📉 -10.1%)


✅ medium

Time: ✅ 7.109ms (SLO: <7.400ms -3.9%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ shallow

Time: ✅ 0.954ms (SLO: <1.050ms -9.2%)

Memory: ✅ 31.221MB (SLO: <34.000MB -8.2%)


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 275.644µs (SLO: <290.000µs -5.0%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ high_match

Time: ✅ 445.399µs (SLO: <480.000µs -7.2%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ low_match

Time: ✅ 111.142µs (SLO: <120.000µs -7.4%)

Memory: ✅ 631.766MB (SLO: <700.000MB -9.7%)


✅ very_low_match

Time: ✅ 7.712ms (SLO: <8.500ms -9.3%)

Memory: ✅ 69.514MB (SLO: <75.000MB -7.3%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.426µs (SLO: <20.000µs 📉 -37.9%)

Memory: ✅ 31.850MB (SLO: <34.000MB -6.3%)


✅ all-enabled

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

Memory: ✅ 31.772MB (SLO: <34.000MB -6.6%)


✅ collectipvariant_exists

Time: ✅ 42.938µs (SLO: <50.000µs 📉 -14.1%)

Memory: ✅ 31.772MB (SLO: <34.000MB -6.6%)


✅ no-collectipvariant

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

Memory: ✅ 31.752MB (SLO: <34.000MB -6.6%)


✅ no-useragentvariant

Time: ✅ 40.990µs (SLO: <50.000µs 📉 -18.0%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


✅ obfuscation-no-query

Time: ✅ 42.776µs (SLO: <50.000µs 📉 -14.4%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


✅ obfuscation-regular-case-explicit-query

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

Memory: ✅ 32.204MB (SLO: <34.000MB -5.3%)


✅ obfuscation-regular-case-implicit-query

Time: ✅ 79.831µs (SLO: <90.000µs 📉 -11.3%)

Memory: ✅ 32.204MB (SLO: <34.000MB -5.3%)


✅ obfuscation-send-querystring-disabled

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

Memory: ✅ 32.204MB (SLO: <34.500MB -6.7%)


✅ obfuscation-worst-case-explicit-query

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

Memory: ✅ 32.224MB (SLO: <34.500MB -6.6%)


✅ obfuscation-worst-case-implicit-query

Time: ✅ 157.579µs (SLO: <170.000µs -7.3%)

Memory: ✅ 32.224MB (SLO: <34.500MB -6.6%)


✅ useragentvariant_exists_1

Time: ✅ 41.681µs (SLO: <50.000µs 📉 -16.6%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


✅ useragentvariant_exists_2

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

Memory: ✅ 31.772MB (SLO: <34.000MB -6.6%)


✅ useragentvariant_exists_3

Time: ✅ 42.294µs (SLO: <50.000µs 📉 -15.4%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


✅ useragentvariant_not_exists_1

Time: ✅ 41.690µs (SLO: <50.000µs 📉 -16.6%)

Memory: ✅ 31.792MB (SLO: <34.000MB -6.5%)


✅ useragentvariant_not_exists_2

Time: ✅ 41.684µs (SLO: <50.000µs 📉 -16.6%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.252ms (SLO: <26.200ms -7.4%)

Memory: ✅ 50.815MB (SLO: <53.000MB -4.1%)


✅ add-metrics

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

Memory: ✅ 606.701MB (SLO: <961.000MB 📉 -36.9%)


✅ add-tags

Time: ✅ 148.977ms (SLO: <168.550ms 📉 -11.6%)

Memory: ✅ 607.052MB (SLO: <962.500MB 📉 -36.9%)


✅ get-context

Time: ✅ 22.461ms (SLO: <23.700ms -5.2%)

Memory: ✅ 49.643MB (SLO: <53.000MB -6.3%)


✅ is-recording

Time: ✅ 22.685ms (SLO: <23.900ms -5.1%)

Memory: ✅ 49.617MB (SLO: <53.000MB -6.4%)


✅ record-exception

Time: ✅ 42.327ms (SLO: <44.500ms -4.9%)

Memory: ✅ 42.552MB (SLO: <53.000MB 📉 -19.7%)


✅ set-status

Time: ✅ 24.508ms (SLO: <26.000ms -5.7%)

Memory: ✅ 49.629MB (SLO: <53.000MB -6.4%)


✅ start

Time: ✅ 22.364ms (SLO: <23.500ms -4.8%)

Memory: ✅ 49.575MB (SLO: <53.000MB -6.5%)


✅ start-finish

Time: ✅ 51.375ms (SLO: <55.500ms -7.4%)

Memory: ✅ 31.123MB (SLO: <34.000MB -8.5%)


✅ start-finish-telemetry

Time: ✅ 52.921ms (SLO: <58.300ms -9.2%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ start-finish-traceid128

Time: ✅ 54.851ms (SLO: <60.050ms -8.7%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ start-traceid128

Time: ✅ 23.043ms (SLO: <24.600ms -6.3%)

Memory: ✅ 49.641MB (SLO: <53.000MB -6.3%)


✅ update-name

Time: ✅ 23.425ms (SLO: <24.100ms -2.8%)

Memory: ✅ 50.308MB (SLO: <53.000MB -5.1%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.246µs (SLO: <20.000µs 📉 -83.8%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ 1-count-metrics-100-times

Time: ✅ 219.912µs (SLO: <250.000µs 📉 -12.0%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)


✅ 1-distribution-metric-1-times

Time: ✅ 3.152µs (SLO: <20.000µs 📉 -84.2%)

Memory: ✅ 31.202MB (SLO: <34.000MB -8.2%)


✅ 1-distribution-metrics-100-times

Time: ✅ 199.428µs (SLO: <220.000µs -9.4%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ 1-gauge-metric-1-times

Time: ✅ 2.231µs (SLO: <20.000µs 📉 -88.8%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 1-gauge-metrics-100-times

Time: ✅ 124.945µs (SLO: <150.000µs 📉 -16.7%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 1-rate-metric-1-times

Time: ✅ 3.176µs (SLO: <20.000µs 📉 -84.1%)

Memory: ✅ 31.221MB (SLO: <34.000MB -8.2%)


✅ 1-rate-metrics-100-times

Time: ✅ 218.920µs (SLO: <250.000µs 📉 -12.4%)

Memory: ✅ 31.221MB (SLO: <34.000MB -8.2%)


✅ 100-count-metrics-100-times

Time: ✅ 21.986ms (SLO: <23.500ms -6.4%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 100-distribution-metrics-100-times

Time: ✅ 2.017ms (SLO: <2.250ms 📉 -10.4%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 100-gauge-metrics-100-times

Time: ✅ 1.272ms (SLO: <1.550ms 📉 -17.9%)

Memory: ✅ 31.379MB (SLO: <34.000MB -7.7%)


✅ 100-rate-metrics-100-times

Time: ✅ 2.236ms (SLO: <2.550ms 📉 -12.3%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ flush-1-metric

Time: ✅ 4.217µs (SLO: <20.000µs 📉 -78.9%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)


✅ flush-100-metrics

Time: ✅ 183.161µs (SLO: <250.000µs 📉 -26.7%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ flush-1000-metrics

Time: ✅ 2.221ms (SLO: <2.500ms 📉 -11.2%)

Memory: ✅ 32.480MB (SLO: <34.500MB -5.9%)


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 30.516ms (SLO: <32.950ms -7.4%)

Memory: ✅ 32.814MB (SLO: <34.500MB -4.9%)


✅ medium

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

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ small

Time: ✅ 336.769µs (SLO: <370.000µs -9.0%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)

@XG-xin XG-xin changed the title chore: add debug logging for llm span type and span started chore: add debug logging for llm span type and openai operations Aug 26, 2025
@XG-xin XG-xin marked this pull request as ready for review August 26, 2025 15:20
@XG-xin XG-xin requested a review from a team as a code owner August 26, 2025 15:20
@XG-xin XG-xin enabled auto-merge (squash) August 26, 2025 18:04
@XG-xin XG-xin merged commit fdd3934 into main Aug 26, 2025
467 of 472 checks passed
@XG-xin XG-xin deleted the xinyuan/log-llm-span-type branch August 26, 2025 18:04
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.

2 participants