Skip to content

chore(tracing): deprecate ddtrace.trace.Pin #14361

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

brettlangdon
Copy link
Member

There isn't much need for the Pin API anymore, we generally encourage environment variable or backend controlled configuration.

The big benefit of deprecating and removing this API is because of the performance impact it has on integrations, the operations to check for Pins is very slow, when generally it is expected people to use sane defaults or configure once via env variables.

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

CODEOWNERS have been resolved as:

releasenotes/notes/deprecate-ddtrace-trace-Pin-7c8daacc505dc5cb.yaml    @DataDog/apm-python
ddtrace/contrib/internal/aiobotocore/patch.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/aiohttp/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/aiohttp_jinja2/patch.py                        @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/aiomysql/patch.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/aiopg/connection.py                            @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/aioredis/patch.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/algoliasearch/patch.py                         @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/anthropic/patch.py                             @DataDog/ml-observability
ddtrace/contrib/internal/aredis/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/asyncio/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/asyncpg/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/avro/patch.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/azure_functions/patch.py                       @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/azure_servicebus/patch.py                      @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/boto/patch.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/botocore/patch.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/cassandra/session.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/celery/app.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/celery/signals.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/consul/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/crewai/patch.py                                @DataDog/ml-observability
ddtrace/contrib/internal/django/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/dogpile_cache/lock.py                          @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/dogpile_cache/patch.py                         @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/dogpile_cache/region.py                        @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/elasticsearch/patch.py                         @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/fastapi/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/flask/patch.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/flask/wrappers.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/google_genai/patch.py                          @DataDog/ml-observability
ddtrace/contrib/internal/google_generativeai/patch.py                   @DataDog/ml-observability
ddtrace/contrib/internal/graphql/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/grpc/aio_client_interceptor.py                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/grpc/aio_server_interceptor.py                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/grpc/patch.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/httplib/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/httpx/patch.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/jinja2/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/kafka/patch.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/kombu/patch.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/langchain/patch.py                             @DataDog/ml-observability
ddtrace/contrib/internal/langgraph/patch.py                             @DataDog/ml-observability
ddtrace/contrib/internal/litellm/patch.py                               @DataDog/ml-observability
ddtrace/contrib/internal/mako/patch.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/mariadb/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/mcp/patch.py                                   @DataDog/ml-observability
ddtrace/contrib/internal/molten/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/molten/wrappers.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/mongoengine/trace.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/mysql/patch.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/mysqldb/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/openai/patch.py                                @DataDog/ml-observability
ddtrace/contrib/internal/openai_agents/patch.py                         @DataDog/ml-observability
ddtrace/contrib/internal/openai_agents/processor.py                     @DataDog/ml-observability
ddtrace/contrib/internal/protobuf/patch.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/psycopg/async_connection.py                    @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/psycopg/connection.py                          @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/psycopg/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pydantic_ai/patch.py                           @DataDog/ml-observability
ddtrace/contrib/internal/pylibmc/client.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pymemcache/client.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pymemcache/patch.py                            @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pymongo/client.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pymongo/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pymysql/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pynamodb/patch.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/pyodbc/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/redis/asyncio_patch.py                         @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/redis/patch.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/rediscluster/patch.py                          @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/requests/connection.py                         @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/requests/patch.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/rq/patch.py                                    @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/sanic/patch.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/snowflake/patch.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/sqlalchemy/engine.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/sqlite3/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/starlette/patch.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/tornado/application.py                         @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/tornado/template.py                            @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/trace_utils.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/trace_utils_async.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/urllib3/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/valkey/asyncio_patch.py                        @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/valkey/patch.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/vertexai/patch.py                              @DataDog/ml-observability
ddtrace/contrib/internal/vertica/patch.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/wsgi/wsgi.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/contrib/internal/yaaredis/patch.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
ddtrace/llmobs/_integrations/base.py                                    @DataDog/ml-observability
ddtrace/llmobs/_integrations/crewai.py                                  @DataDog/ml-observability
ddtrace/llmobs/_integrations/openai.py                                  @DataDog/ml-observability
ddtrace/llmobs/_integrations/openai_agents.py                           @DataDog/ml-observability
ddtrace/llmobs/_integrations/pydantic_ai.py                             @DataDog/ml-observability
ddtrace/trace/__init__.py                                               @DataDog/apm-sdk-api-python
templates/integration/__init__.py                                       @DataDog/apm-core-python
tests/appsec/contrib_appsec/django_app/urls.py                          @DataDog/asm-python
tests/appsec/contrib_appsec/fastapi_app/app.py                          @DataDog/asm-python
tests/appsec/contrib_appsec/flask_app/app.py                            @DataDog/asm-python
tests/appsec/contrib_appsec/test_flask.py                               @DataDog/asm-python
tests/appsec/contrib_appsec/utils.py                                    @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_sql_injection_dbapi.py               @DataDog/asm-python
tests/appsec/integrations/django_tests/conftest.py                      @DataDog/asm-python
tests/commands/ddtrace_run_integration.py                               @DataDog/apm-core-python
tests/contrib/aiobotocore/utils.py                                      @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/aiohttp/test_aiohttp_client.py                            @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/aiohttp_jinja2/conftest.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/aiohttp_jinja2/test_aiohttp_jinja2.py                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/aiomysql/test_aiomysql.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/aiopg/test.py                                             @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/algoliasearch/test.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/anthropic/conftest.py                                     @DataDog/ml-observability
tests/contrib/aredis/test_aredis.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/asyncpg/test_asyncpg.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/avro/test_avro.py                                         @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/boto/test.py                                              @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/botocore/conftest.py                                      @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/botocore/test.py                                          @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/botocore/test_bedrock_llmobs.py                           @DataDog/ml-observability
tests/contrib/botocore/test_stepfunctions.py                            @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/cassandra/test.py                                         @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/celery/autopatch.py                                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/celery/base.py                                            @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/celery/test_app.py                                        @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/celery/test_integration.py                                @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/celery/test_patch.py                                      @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/celery/test_tagging.py                                    @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/consul/test.py                                            @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/crewai/conftest.py                                        @DataDog/ml-observability
tests/contrib/dbapi/test_dbapi.py                                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/dbapi_async/test_dbapi_async.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/django/conftest.py                                        @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/django/test_django_dbm.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/dogpile_cache/test_tracing.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/dramatiq/test_integration.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/elasticsearch/test_elasticsearch.py                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/flask/__init__.py                                         @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/flask/test_blueprint.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/flask/test_flask_helpers.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/flask/test_signals.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/flask/test_template.py                                    @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/flask_autopatch/test_flask_autopatch.py                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/google_genai/conftest.py                                  @DataDog/ml-observability
tests/contrib/google_generativeai/conftest.py                           @DataDog/ml-observability
tests/contrib/grpc/common.py                                            @DataDog/apm-idm-python @DataDog/asm-python
tests/contrib/grpc/test_grpc.py                                         @DataDog/apm-idm-python @DataDog/asm-python
tests/contrib/grpc_aio/test_grpc_aio.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/httplib/test_httplib.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/httplib/test_httplib_distributed.py                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/httpx/test_httpx.py                                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/httpx/test_httpx_pre_0_11.py                              @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/jinja2/test_jinja2.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/kafka/test_kafka.py                                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/kombu/test.py                                             @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/langchain/conftest.py                                     @DataDog/ml-observability
tests/contrib/langgraph/conftest.py                                     @DataDog/ml-observability
tests/contrib/litellm/conftest.py                                       @DataDog/ml-observability
tests/contrib/mako/test_mako.py                                         @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/mariadb/test_mariadb.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/mcp/conftest.py                                           @DataDog/ml-observability
tests/contrib/molten/test_molten.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/molten/test_molten_di.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/mongoengine/test.py                                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/mysql/test_mysql.py                                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/mysqldb/test_mysqldb.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/openai/conftest.py                                        @DataDog/ml-observability
tests/contrib/openai_agents/conftest.py                                 @DataDog/ml-observability
tests/contrib/psycopg/test_psycopg.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/psycopg/test_psycopg_async.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/psycopg2/test_psycopg.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pydantic_ai/conftest.py                                   @DataDog/ml-observability
tests/contrib/pylibmc/test.py                                           @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pymemcache/test_client.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pymemcache/test_client_defaults.py                        @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pymemcache/test_client_mixin.py                           @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pymongo/test.py                                           @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pymysql/test_pymysql.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pynamodb/test_pynamodb.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/pyodbc/test_pyodbc.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/redis/test_redis.py                                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/redis/test_redis_asyncio.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/redis/test_redis_cluster.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/redis/test_redis_cluster_asyncio.py                       @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/rediscluster/test.py                                      @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/requests/test_requests.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/requests/test_requests_distributed.py                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/rq/test_rq.py                                             @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/shared_tests.py                                           @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/shared_tests_async.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/snowflake/test_snowflake.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/sqlalchemy/test_patch.py                                  @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/sqlite3/test_sqlite3.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/starlette/test_starlette.py                               @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/subprocess/test_subprocess.py                             @DataDog/asm-python
tests/contrib/urllib3/test_urllib3.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/valkey/test_valkey.py                                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/valkey/test_valkey_asyncio.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/valkey/test_valkey_cluster.py                             @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/valkey/test_valkey_cluster_asyncio.py                     @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/vertexai/conftest.py                                      @DataDog/ml-observability
tests/contrib/vertica/test_vertica.py                                   @DataDog/apm-core-python @DataDog/apm-idm-python
tests/contrib/yaaredis/test_yaaredis.py                                 @DataDog/apm-core-python @DataDog/apm-idm-python
tests/tracer/test_instance_config.py                                    @DataDog/apm-sdk-api-python
tests/tracer/test_pin.py                                                @DataDog/apm-sdk-api-python
tests/tracer/test_trace_utils.py                                        @DataDog/apm-sdk-api-python

@brettlangdon brettlangdon changed the title deprecate(tracing): deprecate ddtrace.trace.Pin chore(tracing): deprecate ddtrace.trace.Pin Aug 20, 2025
Copy link
Contributor

github-actions bot commented Aug 20, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

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

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

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

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.979 ms (0.75%)
ddtrace.bootstrap.sitecustomize 1.294 ms (0.49%)
ddtrace.bootstrap.preload 1.294 ms (0.49%)
ddtrace.internal.remoteconfig.client 0.631 ms (0.24%)
ddtrace 0.685 ms (0.26%)
ddtrace.internal._unpatched 0.028 ms (0.01%)
json 0.028 ms (0.01%)
json.decoder 0.028 ms (0.01%)
re 0.028 ms (0.01%)
enum 0.028 ms (0.01%)
types 0.028 ms (0.01%)
ddtrace.trace 0.017 ms (0.01%)
ddtrace._trace.filters 0.017 ms (0.01%)
ddtrace._trace.processor 0.017 ms (0.01%)
ddtrace._trace.sampler 0.017 ms (0.01%)
ddtrace.internal.sampling 0.017 ms (0.01%)
ddtrace._trace.sampling_rule 0.017 ms (0.01%)

@avara1986
Copy link
Member

Great work, Brett! 👏 I have two questions about this PR. In the release notes it says:

“To manage configuration of the tracer or integrations, please use environment variables.”

IMHO, don’t you think this might be unclear to users? Shouldn’t we include an example in the Read the Docs?

“…because of the performance impact it has on integrations.”

Can we quantify the performance improvement? (not mandatory, only I'm curious)

@brettlangdon
Copy link
Member Author

IMHO, don’t you think this might be unclear to users? Shouldn’t we include an example in the Read the Docs?

The only "Pin" examples I could find in the Read the Docs was for the contribution guidelines for a new integration. Otherwise none of our docs/integration docs state to use a Pin. Which is 🥳

Can we quantify the performance improvement? (not mandatory, only I'm curious)

Great question.

I have a django load test app I have been using, a basic hello world + sqlite + in-memory cache, gunicorn with 4 workers, 50 concurrent users for 300k requests.

Looking at my load test, django simple, and flask simple... we get this, "ish":

  1. Django Load Test App (300k requests, local machine, 4 workers)
    - Pin overhead: 130.49 μs per request
    - Pin function calls: 326 per request
    - Pin object creations: 13 per request
  2. Django Microbenchmark App (200 requests, benchmarking platform, 1 worker, in process test client)
    - Pin overhead: 623.98 μs per request
    - Pin function calls: 651 per request
    - Pin object creations: 20 per request
  3. Flask Microbenchmark App (200 requests, benchmarking platform, 1 worker, in process test client)
    - Pin overhead: 105.42 μs per request
    - Pin function calls: 97 per request
    - Pin object creations: 2 per request

So it does vary widely, but being able to capture back up to 0.5 ms per request is pretty big, and that Pin overhead will increase for apps with more integrations, which make more db calls, etc.

Ok... we probably won't be able to capture that whole 0.5-0.6 ms per-request since replacing Pin we might still have to do attribute look ups on config objects and etc, but reducing total function calls and object creation is definitely a solid/easy win (for something IMHO we don't need anymore)

@brettlangdon brettlangdon marked this pull request as draft August 20, 2025 14:12
@pr-commenter
Copy link

pr-commenter bot commented Aug 20, 2025

Performance SLOs

Candidate: LANGPLAT-741/deprecate.pin (130f593)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

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

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


✅ context_with_data_no_listeners

Time: ✅ 3.825µs (SLO: <10.000µs 📉 -61.7%)

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


⚠️ context_with_data_only_all_listeners

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

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


✅ get_item_exists

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

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


✅ get_item_missing

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

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


✅ set_item

Time: ✅ 24.609µs (SLO: <30.000µs 📉 -18.0%)

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


🔵 djangosimple - 22/22

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 21.315ms (SLO: <22.300ms -4.4%)

Memory: ✅ 63.955MB (SLO: <66.000MB -3.1%)


✅ exception-replay-enabled

Time: ✅ 1.381ms (SLO: <1.450ms -4.8%)

Memory: ✅ 62.895MB (SLO: <66.000MB -4.7%)


✅ iast

Time: ✅ 21.303ms (SLO: <22.250ms -4.3%)

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


✅ profiler

Time: ✅ 15.204ms (SLO: <16.550ms -8.1%)

Memory: ✅ 51.545MB (SLO: <53.500MB -3.7%)


✅ span-code-origin

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

Memory: ✅ 66.035MB (SLO: <68.500MB -3.6%)


✅ tracer

Time: ✅ 21.288ms (SLO: <22.700ms -6.2%)

Memory: ✅ 63.952MB (SLO: <66.000MB -3.1%)


✅ tracer-and-profiler

Time: ✅ 23.079ms (SLO: <24.900ms -7.3%)

Memory: ✅ 65.187MB (SLO: <67.000MB -2.7%)


✅ tracer-no-caches

Time: ✅ 18.994ms (SLO: <19.650ms -3.3%)

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


✅ tracer-no-databases

Time: ✅ 19.249ms (SLO: <20.100ms -4.2%)

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


✅ tracer-no-middleware

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

Memory: ✅ 63.969MB (SLO: <66.000MB -3.1%)


✅ tracer-no-templates

Time: ✅ 21.109ms (SLO: <22.250ms -5.1%)

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


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.761ms (SLO: <19.850ms -5.5%)

Memory: ✅ 63.859MB (SLO: <65.500MB -2.5%)


✅ errortracking-enabled-user

Time: ✅ 18.808ms (SLO: <19.400ms -3.1%)

Memory: ✅ 63.808MB (SLO: <65.500MB -2.6%)


✅ tracer-enabled

Time: ✅ 18.659ms (SLO: <19.450ms -4.1%)

Memory: ✅ 63.822MB (SLO: <65.500MB -2.6%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.154ms (SLO: <2.300ms -6.3%)

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


✅ errortracking-enabled-user

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

Memory: ✅ 50.937MB (SLO: <53.500MB -4.8%)


✅ tracer-enabled

Time: ✅ 2.125ms (SLO: <2.300ms -7.6%)

Memory: ✅ 50.838MB (SLO: <53.500MB -5.0%)


🔵 flasksimple - 15/15

🔵 No baseline data available for this suite

✅ appsec-get

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

Memory: ✅ 61.897MB (SLO: <64.500MB -4.0%)


✅ appsec-post

Time: ✅ 6.625ms (SLO: <6.750ms 🟡 -1.8%)

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


✅ appsec-telemetry

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

Memory: ✅ 61.842MB (SLO: <64.500MB -4.1%)


✅ debugger

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

Memory: ✅ 44.394MB (SLO: <45.000MB 🟡 -1.3%)


✅ iast-get

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

Memory: ✅ 41.504MB (SLO: <49.000MB 📉 -15.3%)


✅ profiler

Time: ✅ 1.917ms (SLO: <2.100ms -8.7%)

Memory: ✅ 43.974MB (SLO: <46.500MB -5.4%)


✅ tracer

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

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


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 4.009ms (SLO: <4.200ms -4.6%)

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


✅ iast-enabled

Time: ✅ 2.572ms (SLO: <2.800ms -8.1%)

Memory: ✅ 57.523MB (SLO: <59.000MB -2.5%)


✅ tracer-enabled

Time: ✅ 2.117ms (SLO: <2.250ms -5.9%)

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


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 81.972µs (SLO: <100.000µs 📉 -18.0%)

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


✅ b3_headers

Time: ✅ 14.386µs (SLO: <20.000µs 📉 -28.1%)

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


✅ b3_single_headers

Time: ✅ 13.275µs (SLO: <20.000µs 📉 -33.6%)

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


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 64.402µs (SLO: <80.000µs 📉 -19.5%)

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


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 66.555µs (SLO: <80.000µs 📉 -16.8%)

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


✅ empty_headers

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

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


✅ full_t_id_datadog_headers

Time: ✅ 23.109µs (SLO: <30.000µs 📉 -23.0%)

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


✅ invalid_priority_header

Time: ✅ 6.515µs (SLO: <10.000µs 📉 -34.9%)

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


✅ invalid_span_id_header

Time: ✅ 6.494µs (SLO: <10.000µs 📉 -35.1%)

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


✅ invalid_tags_header

Time: ✅ 6.501µs (SLO: <10.000µs 📉 -35.0%)

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


✅ invalid_trace_id_header

Time: ✅ 6.499µs (SLO: <10.000µs 📉 -35.0%)

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


✅ large_header_no_matches

Time: ✅ 27.632µs (SLO: <30.000µs -7.9%)

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


✅ large_valid_headers_all

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

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


✅ medium_header_no_matches

Time: ✅ 9.825µs (SLO: <20.000µs 📉 -50.9%)

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


✅ medium_valid_headers_all

Time: ✅ 11.127µs (SLO: <20.000µs 📉 -44.4%)

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


✅ none_propagation_style

Time: ✅ 1.682µs (SLO: <10.000µs 📉 -83.2%)

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


✅ tracecontext_headers

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

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


✅ valid_headers_all

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

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


✅ valid_headers_basic

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

Memory: ✅ 31.320MB (SLO: <33.500MB -6.5%)


✅ wsgi_empty_headers

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

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


✅ wsgi_invalid_priority_header

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

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.547µs (SLO: <10.000µs 📉 -34.5%)

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


✅ wsgi_invalid_trace_id_header

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

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


✅ wsgi_large_header_no_matches

Time: ✅ 28.576µs (SLO: <40.000µs 📉 -28.6%)

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


✅ wsgi_large_valid_headers_all

Time: ✅ 29.716µs (SLO: <40.000µs 📉 -25.7%)

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


✅ wsgi_medium_header_no_matches

Time: ✅ 10.076µs (SLO: <20.000µs 📉 -49.6%)

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


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.499µs (SLO: <20.000µs 📉 -42.5%)

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


✅ wsgi_valid_headers_all

Time: ✅ 6.531µs (SLO: <10.000µs 📉 -34.7%)

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


✅ wsgi_valid_headers_basic

Time: ✅ 6.099µs (SLO: <10.000µs 📉 -39.0%)

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


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 22.198µs (SLO: <30.000µs 📉 -26.0%)

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


✅ with_all

Time: ✅ 34.661µs (SLO: <40.000µs 📉 -13.3%)

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


✅ with_dd_origin

Time: ✅ 28.897µs (SLO: <30.000µs -3.7%)

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


✅ with_priority_and_origin

Time: ✅ 28.033µs (SLO: <40.000µs 📉 -29.9%)

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


✅ with_sampling_priority

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

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


✅ with_tags

Time: ✅ 30.509µs (SLO: <40.000µs 📉 -23.7%)

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


✅ with_tags_invalid

Time: ✅ 33.711µs (SLO: <40.000µs 📉 -15.7%)

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


✅ with_tags_max_size

Time: ✅ 32.092µs (SLO: <40.000µs 📉 -19.8%)

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


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

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

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


✅ re_expand_noaspect

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

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


✅ re_findall_aspect

Time: ✅ 3.712µs (SLO: <10.000µs 📉 -62.9%)

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


✅ re_findall_noaspect

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

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


✅ re_finditer_aspect

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

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


✅ re_finditer_noaspect

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

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


✅ re_fullmatch_aspect

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

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


✅ re_fullmatch_noaspect

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

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


✅ re_group_aspect

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

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


✅ re_group_noaspect

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

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


✅ re_groups_aspect

Time: ✅ 3.568µs (SLO: <10.000µs 📉 -64.3%)

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


✅ re_groups_noaspect

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

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


✅ re_match_aspect

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

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


✅ re_match_noaspect

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

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


✅ re_search_aspect

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

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


✅ re_search_noaspect

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

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


✅ re_sub_aspect

Time: ✅ 4.697µs (SLO: <10.000µs 📉 -53.0%)

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


✅ re_sub_noaspect

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

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


✅ re_subn_aspect

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

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


✅ re_subn_noaspect

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

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


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

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

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


✅ add_inplace_aspect

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

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


✅ add_inplace_noaspect

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

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


✅ add_noaspect

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

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


✅ bytearray_aspect

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

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


✅ bytearray_extend_aspect

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

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


✅ bytearray_extend_noaspect

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

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


✅ bytearray_noaspect

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

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


✅ bytes_aspect

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

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


✅ bytes_noaspect

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

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


✅ bytesio_aspect

Time: ✅ 1.877µs (SLO: <10.000µs 📉 -81.2%)

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


✅ bytesio_noaspect

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

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


✅ capitalize_aspect

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

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


✅ capitalize_noaspect

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

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


✅ casefold_aspect

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

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


✅ casefold_noaspect

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

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


✅ decode_aspect

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

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


✅ decode_noaspect

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

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


✅ encode_aspect

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

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


✅ encode_noaspect

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

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


✅ format_aspect

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

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


✅ format_map_aspect

Time: ✅ 3.916µs (SLO: <10.000µs 📉 -60.8%)

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


✅ format_map_noaspect

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

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


✅ format_noaspect

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

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


✅ index_aspect

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

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


✅ index_noaspect

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

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


✅ join_aspect

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

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


✅ join_noaspect

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

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


✅ ljust_aspect

Time: ✅ 10.224µs (SLO: <20.000µs 📉 -48.9%)

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


✅ ljust_noaspect

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

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


✅ lower_aspect

Time: ✅ 2.273µs (SLO: <10.000µs 📉 -77.3%)

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


✅ lower_noaspect

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

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


✅ lstrip_aspect

Time: ✅ 10.278µs (SLO: <20.000µs 📉 -48.6%)

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


✅ lstrip_noaspect

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

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


✅ modulo_aspect

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

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


✅ modulo_aspect_for_bytearray_bytearray

Time: ✅ 1.435µs (SLO: <10.000µs 📉 -85.6%)

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


✅ modulo_aspect_for_bytes

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

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


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 1.124µs (SLO: <10.000µs 📉 -88.8%)

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


✅ modulo_noaspect

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

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


✅ replace_aspect

Time: ✅ 4.573µs (SLO: <10.000µs 📉 -54.3%)

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


✅ replace_noaspect

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

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


✅ repr_aspect

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

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


✅ repr_noaspect

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

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


✅ rstrip_aspect

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

Memory: ✅ 37.356MB (SLO: <39.000MB -4.2%)


✅ rstrip_noaspect

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

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


✅ slice_aspect

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

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


✅ slice_noaspect

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

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


✅ stringio_aspect

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

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


✅ stringio_noaspect

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

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


✅ strip_aspect

Time: ✅ 10.223µs (SLO: <20.000µs 📉 -48.9%)

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


✅ strip_noaspect

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

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


✅ swapcase_aspect

Time: ✅ 2.433µs (SLO: <10.000µs 📉 -75.7%)

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


✅ swapcase_noaspect

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

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


✅ title_aspect

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

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


✅ title_noaspect

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

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


✅ translate_aspect

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

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


✅ translate_noaspect

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

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


✅ upper_aspect

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

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


✅ upper_noaspect

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

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


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

Time: ✅ 4.996µs (SLO: <10.000µs 📉 -50.0%)

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


✅ ospathbasename_noaspect

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

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


✅ ospathjoin_aspect

Time: ✅ 6.945µs (SLO: <10.000µs 📉 -30.5%)

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


✅ ospathjoin_noaspect

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

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


✅ ospathnormcase_aspect

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

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


✅ ospathnormcase_noaspect

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

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


✅ ospathsplit_aspect

Time: ✅ 4.622µs (SLO: <10.000µs 📉 -53.8%)

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


✅ ospathsplit_noaspect

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

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


✅ ospathsplitdrive_aspect

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

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


✅ ospathsplitdrive_noaspect

Time: ✅ 0.699µs (SLO: <10.000µs 📉 -93.0%)

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


✅ ospathsplitext_aspect

Time: ✅ 4.477µs (SLO: <10.000µs 📉 -55.2%)

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


✅ ospathsplitext_noaspect

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

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


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

Time: ✅ 1.459µs (SLO: <10.000µs 📉 -85.4%)

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


✅ rsplit_noaspect

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

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


✅ split_aspect

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

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


✅ split_noaspect

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

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ splitlines_aspect

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

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ splitlines_noaspect

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

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


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 48.681µs (SLO: <60.000µs 📉 -18.9%)

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


✅ propagation_enabled

Time: ✅ 144.137µs (SLO: <160.000µs -9.9%)

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


✅ propagation_enabled_100

Time: ✅ 1.574ms (SLO: <1.800ms 📉 -12.5%)

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


✅ propagation_enabled_1000

Time: ✅ 29.191ms (SLO: <30.550ms -4.4%)

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


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

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

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


✅ add-link

Time: ✅ 36.545ms (SLO: <38.550ms -5.2%)

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


✅ add-metrics

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

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


✅ add-tags

Time: ✅ 211.714ms (SLO: <221.600ms -4.5%)

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


✅ get-context

Time: ✅ 29.101ms (SLO: <31.300ms -7.0%)

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


✅ is-recording

Time: ✅ 29.121ms (SLO: <31.000ms -6.1%)

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


✅ record-exception

Time: ✅ 62.751ms (SLO: <65.850ms -4.7%)

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


✅ set-status

Time: ✅ 32.042ms (SLO: <34.150ms -6.2%)

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


✅ start

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

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


✅ start-finish

Time: ✅ 33.846ms (SLO: <35.350ms -4.3%)

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


✅ start-finish-telemetry

Time: ✅ 33.926ms (SLO: <35.450ms -4.3%)

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


✅ update-name

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

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


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 45.876ms (SLO: <47.150ms -2.7%)

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


✅ add-metrics

Time: ✅ 323.410ms (SLO: <344.800ms -6.2%)

Memory: ✅ 553.886MB (SLO: <562.000MB 🟡 -1.4%)


✅ add-tags

Time: ✅ 291.195ms (SLO: <314.000ms -7.3%)

Memory: ✅ 553.476MB (SLO: <563.500MB 🟡 -1.8%)


✅ get-context

Time: ✅ 85.591ms (SLO: <92.350ms -7.3%)

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


✅ is-recording

Time: ✅ 43.179ms (SLO: <44.500ms -3.0%)

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


✅ record-exception

Time: ✅ 61.891ms (SLO: <67.650ms -8.5%)

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


✅ set-status

Time: ✅ 49.527ms (SLO: <50.400ms 🟡 -1.7%)

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


✅ start

Time: ✅ 42.713ms (SLO: <43.450ms 🟡 -1.7%)

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


✅ start-finish

Time: ✅ 84.648ms (SLO: <88.000ms -3.8%)

Memory: ✅ 33.797MB (SLO: <46.500MB 📉 -27.3%)


✅ start-finish-telemetry

Time: ✅ 84.519ms (SLO: <89.000ms -5.0%)

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


✅ update-name

Time: ✅ 44.132ms (SLO: <45.150ms -2.3%)

Memory: ✅ 44.086MB (SLO: <46.500MB -5.2%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 343.195ms (SLO: <354.300ms -3.1%)

Memory: ✅ 36.935MB (SLO: <40.000MB -7.7%)


✅ cache_on

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

Memory: ✅ 36.260MB (SLO: <39.000MB -7.0%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

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

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


✅ import_many_cached

Time: ✅ 120.580µs (SLO: <130.000µs -7.2%)

Memory: ✅ 35.915MB (SLO: <38.500MB -6.7%)


✅ import_many_stdlib

Time: ✅ 1.605ms (SLO: <1.750ms -8.3%)

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


✅ import_many_stdlib_cached

Time: ✅ 0.963ms (SLO: <1.100ms 📉 -12.4%)

Memory: ✅ 35.778MB (SLO: <38.500MB -7.1%)


✅ import_many_unknown

Time: ✅ 838.226µs (SLO: <890.000µs -5.8%)

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


✅ import_many_unknown_cached

Time: ✅ 787.292µs (SLO: <870.000µs -9.5%)

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


✅ import_one

Time: ✅ 19.766µs (SLO: <30.000µs 📉 -34.1%)

Memory: ✅ 35.808MB (SLO: <39.000MB -8.2%)


✅ import_one_cache

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

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


✅ import_one_stdlib

Time: ✅ 18.611µs (SLO: <20.000µs -6.9%)

Memory: ✅ 35.860MB (SLO: <38.500MB -6.9%)


✅ import_one_stdlib_cache

Time: ✅ 6.296µs (SLO: <10.000µs 📉 -37.0%)

Memory: ✅ 35.961MB (SLO: <38.500MB -6.6%)


✅ import_one_unknown

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

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


✅ import_one_unknown_cache

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

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


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

Time: ✅ 2.328µs (SLO: <10.000µs 📉 -76.7%)

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


✅ high_rate_limit

Time: ✅ 2.391µs (SLO: <10.000µs 📉 -76.1%)

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


✅ long_window

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

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


✅ low_rate_limit

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

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.473µs (SLO: <10.000µs 📉 -75.3%)

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


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

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

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


✅ deep-profiled

Time: ✅ 327.833ms (SLO: <359.150ms -8.7%)

Memory: ✅ 35.036MB (SLO: <39.000MB 📉 -10.2%)


✅ medium

Time: ✅ 7.073ms (SLO: <7.400ms -4.4%)

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


✅ shallow

Time: ✅ 0.953ms (SLO: <1.050ms -9.3%)

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


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 274.850µs (SLO: <290.000µs -5.2%)

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


✅ high_match

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

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


✅ low_match

Time: ✅ 110.479µs (SLO: <120.000µs -7.9%)

Memory: ✅ 631.722MB (SLO: <700.000MB -9.8%)


✅ very_low_match

Time: ✅ 7.722ms (SLO: <8.500ms -9.2%)

Memory: ✅ 69.478MB (SLO: <75.000MB -7.4%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.294µs (SLO: <20.000µs 📉 -38.5%)

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


✅ all-enabled

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

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


✅ collectipvariant_exists

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

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


✅ no-collectipvariant

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

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


✅ no-useragentvariant

Time: ✅ 40.850µs (SLO: <50.000µs 📉 -18.3%)

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


✅ obfuscation-no-query

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

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


✅ obfuscation-regular-case-explicit-query

Time: ✅ 78.512µs (SLO: <90.000µs 📉 -12.8%)

Memory: ✅ 32.145MB (SLO: <34.000MB -5.5%)


✅ obfuscation-regular-case-implicit-query

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

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


✅ obfuscation-send-querystring-disabled

Time: ✅ 156.721µs (SLO: <170.000µs -7.8%)

Memory: ✅ 32.165MB (SLO: <34.500MB -6.8%)


✅ obfuscation-worst-case-explicit-query

Time: ✅ 151.338µs (SLO: <160.000µs -5.4%)

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


✅ obfuscation-worst-case-implicit-query

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

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


✅ useragentvariant_exists_1

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

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


✅ useragentvariant_exists_2

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

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


✅ useragentvariant_exists_3

Time: ✅ 41.868µs (SLO: <50.000µs 📉 -16.3%)

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


✅ useragentvariant_not_exists_1

Time: ✅ 41.215µs (SLO: <50.000µs 📉 -17.6%)

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


✅ useragentvariant_not_exists_2

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

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


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.288ms (SLO: <26.200ms -7.3%)

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


✅ add-metrics

Time: ✅ 90.837ms (SLO: <98.350ms -7.6%)

Memory: ✅ 607.330MB (SLO: <961.000MB 📉 -36.8%)


✅ add-tags

Time: ✅ 150.674ms (SLO: <168.550ms 📉 -10.6%)

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


✅ get-context

Time: ✅ 22.572ms (SLO: <23.700ms -4.8%)

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


✅ is-recording

Time: ✅ 22.817ms (SLO: <23.900ms -4.5%)

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


✅ record-exception

Time: ✅ 43.144ms (SLO: <44.500ms -3.0%)

Memory: ✅ 42.674MB (SLO: <53.000MB 📉 -19.5%)


✅ set-status

Time: ✅ 24.289ms (SLO: <26.000ms -6.6%)

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


✅ start

Time: ✅ 22.408ms (SLO: <23.500ms -4.6%)

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


✅ start-finish

Time: ✅ 51.738ms (SLO: <55.500ms -6.8%)

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


✅ start-finish-telemetry

Time: ✅ 53.252ms (SLO: <58.300ms -8.7%)

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


✅ start-finish-traceid128

Time: ✅ 55.234ms (SLO: <60.050ms -8.0%)

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


✅ start-traceid128

Time: ✅ 22.567ms (SLO: <24.600ms -8.3%)

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


✅ update-name

Time: ✅ 23.024ms (SLO: <24.100ms -4.5%)

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


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.201µs (SLO: <10.000µs 📉 -68.0%)

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


✅ 1-count-metrics-100-times

Time: ✅ 218.295µs (SLO: <240.000µs -9.0%)

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


✅ 1-distribution-metric-1-times

Time: ✅ 3.009µs (SLO: <10.000µs 📉 -69.9%)

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


✅ 1-distribution-metrics-100-times

Time: ✅ 204.824µs (SLO: <210.000µs -2.5%)

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


✅ 1-gauge-metric-1-times

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

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


✅ 1-gauge-metrics-100-times

Time: ✅ 125.084µs (SLO: <140.000µs 📉 -10.7%)

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


✅ 1-rate-metric-1-times

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

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


✅ 1-rate-metrics-100-times

Time: ✅ 223.124µs (SLO: <240.000µs -7.0%)

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


✅ 100-count-metrics-100-times

Time: ✅ 21.962ms (SLO: <23.000ms -4.5%)

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


✅ 100-distribution-metrics-100-times

Time: ✅ 2.130ms (SLO: <2.200ms -3.2%)

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


✅ 100-gauge-metrics-100-times

Time: ✅ 1.284ms (SLO: <1.500ms 📉 -14.4%)

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


✅ 100-rate-metrics-100-times

Time: ✅ 2.248ms (SLO: <2.500ms 📉 -10.1%)

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


✅ flush-1-metric

Time: ✅ 4.411µs (SLO: <10.000µs 📉 -55.9%)

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


✅ flush-100-metrics

Time: ✅ 185.111µs (SLO: <200.000µs -7.4%)

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


✅ flush-1000-metrics

Time: ✅ 2.228ms (SLO: <2.450ms -9.0%)

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


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 30.421ms (SLO: <32.950ms -7.7%)

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


✅ medium

Time: ✅ 2.966ms (SLO: <3.200ms -7.3%)

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


✅ small

Time: ✅ 334.457µs (SLO: <370.000µs -9.6%)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants