Skip to content

enable instrumentation telemetry#809

Open
emmettbutler wants to merge 2 commits intomainfrom
emmett.butler/enable-instrumentation-telemetry
Open

enable instrumentation telemetry#809
emmettbutler wants to merge 2 commits intomainfrom
emmett.butler/enable-instrumentation-telemetry

Conversation

@emmettbutler
Copy link
Copy Markdown
Contributor

This change removes the configuration that disables instrumentation telemetry and replaces it with a single telemetry upload during cold start, per the Instrumentation Telemetry For Serverless RFC.

DataDog/dd-trace-py#17661 makes this change work as described in the Instrumentation Telemetry For Serverless RFC.

@emmettbutler emmettbutler requested review from a team as code owners April 24, 2026 19:29
Comment thread datadog_lambda/tracing.py

from ddtrace import patch
from ddtrace import __version__ as ddtrace_version
from ddtrace.internal.telemetry import telemetry_writer
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recall that importing the telemetry writer added a bunch of cold start time. Did you happen to check to see what impact it's had this time around?

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