fix(sidecar): include language:native tag for sidecar crashtracker#2083
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 654e3d5 | Docs | Datadog PR Page | Give us feedback! |
language:native tag for sidecar crashtracker
Clippy Allow Annotation ReportComparing clippy allow annotations between branches:
Summary by Rule
Annotation Counts by File
Annotation Stats by Crate
About This ReportThis report tracks Clippy allow annotations for specific rules, showing how they've changed in this PR. Decreasing the number of these annotations generally improves code quality. |
c043450 to
d8b1a1d
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d8b1a1dadb
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2083 +/- ##
==========================================
- Coverage 73.49% 73.47% -0.03%
==========================================
Files 475 475
Lines 78839 78921 +82
==========================================
+ Hits 57944 57986 +42
- Misses 20895 20935 +40
🚀 New features to boost your workflow:
|
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Tests failed on this commit 991698e: What to do next?
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|

What does this PR do?
Crashtracker crash logs can include the language tag. If included, in the backend, it will be used to set
Log.Ddsource. It is also used to categorizeinstrumentation-telemetry-datacrashes intoinstrumentation-telemetry-data-{runtime}. This PR sets it.Motivation
I noticed all crash logs from the sidecar are missing source
Additional Notes
Anything else we should know when reviewing?
How to test the change?
Describe here in detail how the change can be validated.