Adds process_tags to live crashtracking tags#3582
Conversation
Co-Authored-By: PROFeNoM <alexandre.choura@datadoghq.com>
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3582 +/- ##
==========================================
- Coverage 61.92% 61.91% -0.01%
==========================================
Files 140 140
Lines 13309 13309
Branches 1762 1762
==========================================
- Hits 8241 8240 -1
- Misses 4278 4279 +1
Partials 790 790 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2026-01-19 13:15:55 Comparing candidate commit 6f0ea77 in PR branch Found 0 performance improvements and 7 performance regressions! Performance is the same for 186 metrics, 1 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SamplingRuleMatchingBench/benchRegexMatching3
scenario:SamplingRuleMatchingBench/benchRegexMatching4
|
| ddtrace_sidecar_push_tag(tags, DDOG_CHARSLICE_C("runtime_version"), (ddog_CharSlice) {.ptr = (char *) runtime_version, .len = strlen(runtime_version)}); | ||
|
|
||
| zend_string *process_tags = ddtrace_process_tags_get_serialized(); | ||
| if (process_tags) { |
There was a problem hiding this comment.
You'll need to update this once #3580 is merged
This PR implements this RFC for crashtracking.
Add process_tags to crashtracking tags