-
Notifications
You must be signed in to change notification settings - Fork 397
feat(telemetry): Add process tags to instrumentation telemetry #5110
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
base: master
Are you sure you want to change the base?
Conversation
Typing analysisNote: Ignored files are excluded from the next sections. Untyped methodsThis PR introduces 1 partially typed method. It decreases the percentage of typed methods from 55.4% to 55.37% (-0.03%). Partially typed methods (+1-0)❌ Introduced:If you believe a method or an attribute is rightfully untyped or partially typed, you can add |
BenchmarksBenchmark execution time: 2025-12-10 21:58:59 Comparing candidate commit 0ace8cd in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 44 metrics, 2 unstable metrics. |
… be under application instead.
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage * Fix with Cursor requires Datadog plugin ≥v2.17.0 🔗 Commit SHA: 0ace8cd | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
What does this PR do?
Adds process tags to instrumentation telemetry for https://datadoghq.atlassian.net/browse/AIDM-255
Motivation:
https://datadoghq.atlassian.net/browse/AIDM-255
Follows the work done in #5033
The Python implementation that I followed can be found here: DataDog/dd-trace-py#15227
Change log entry
None.
Additional Notes:
How to test the change?