feat(python): add DD_TRACE_ATEXIT_ENABLED to config normalization rules#6653
Merged
ZStriker19 merged 2 commits intomainfrom Apr 1, 2026
Merged
feat(python): add DD_TRACE_ATEXIT_ENABLED to config normalization rules#6653ZStriker19 merged 2 commits intomainfrom
ZStriker19 merged 2 commits intomainfrom
Conversation
Contributor
|
|
zacharycmontoya
approved these changes
Mar 31, 2026
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🔗 Commit SHA: 8ddd6a1 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DD_TRACE_ATEXIT_ENABLEDtopython_config_rules.jsonnormalization rulestest_config_telemetry_completenessfailure caused by dd-trace-py/dd-trace-py#17195DataDog/dd-trace-py#17195
Context
dd-trace-py#17195 adds
DD_TRACE_ATEXIT_ENABLED(a Python-only config). Since_get_configfrom the telemetry module auto-registers every config it reads, the new key appears in telemetry payloads and needs a normalization rule here.Normalized name:
trace_atexit_enabled(follows existingDD_TRACE_*→trace_*pattern in this file).