feat(config): enable process tags by default#7850
Conversation
Overall package sizeSelf size: 5.04 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 3db7939 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7850 +/- ##
=======================================
Coverage 80.45% 80.45%
=======================================
Files 749 749
Lines 32484 32484
=======================================
Hits 26136 26136
Misses 6348 6348 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-03-25 17:26:05 Comparing candidate commit 3db7939 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
Process tags are now enabled by default via DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED. Users can still disable them by setting the environment variable to "false". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
b0419e7 to
3db7939
Compare
|
(Rebasing since another process tags PR was merged and I want the tests to run again) |
Process tags are now enabled by default via DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED. Users can still disable them by setting the environment variable to "false". Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Process tags are now enabled by default via DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED. Users can still disable them by setting the environment variable to "false". Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Process tags are now enabled by default via DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED. Users can still disable them by setting the environment variable to "false". Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Don't merge until after #7816.
What does this PR do?
Enables process tags (
DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED) by default. Users can still opt out by setting the environment variable to"false".