feat(telemetry): Add process tags to instrumentation telemetry#5110
feat(telemetry): Add process tags to instrumentation telemetry#5110
Conversation
Typing analysisNote: Ignored files are excluded from the next sections. Untyped methodsThis PR introduces 2 untyped methods and 3 partially typed methods, and clears 2 untyped methods and 1 partially typed method. It decreases the percentage of typed methods from 55.43% to 55.37% (-0.06%). Untyped methods (+2-2)❌ Introduced:Partially typed methods (+3-1)❌ Introduced:If you believe a method or an attribute is rightfully untyped or partially typed, you can add |
BenchmarksBenchmark execution time: 2025-12-15 19:40:36 Comparing candidate commit ccb8959 in PR branch Found 1 performance improvements and 1 performance regressions! Performance is the same for 42 metrics, 2 unstable metrics. scenario:profiling - Allocations ()
scenario:profiling - stack collector (ruby frames - native filenames enabled)
|
… be under application instead.
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: ccb8959 | 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?