Commit d85861b
fix(sidecar): include
# What does this PR do?
Crashtracker crash logs can include the language tag. If included, [in the backend](https://github.com/DataDog/dd-go/blob/31428f1894713427d921abed736e6a0ce7f2fb94/trace/apps/tracer-telemetry-intake/logs_writer.go#L197), it will be used to set `Log.Ddsource`. It is also used to categorize `instrumentation-telemetry-data` crashes into `instrumentation-telemetry-data-{runtime}`. This PR sets it.
# Motivation
I noticed all crash logs from the sidecar are [missing source](https://app.datadoghq.com/logs?query=is_crash%3Atrue%20source%3Aunknown&agg_m=count&agg_m_source=base&agg_t=count&cols=host%2Cservice&event=AwAAAZ6UJqMO6s8cewAAABhBWjZVSnFNT0FBQUZvVlVKNFZqYlNBQUEAAAAkZDE5ZTk0MjYtYjBlOS00YmQyLTk3ZTgtZjVjNmMyYmU4YWVkAAADRg&fromUser=true&messageDisplay=inline&refresh_mode=sliding&storage=hot&stream_sort=desc&viz=stream&from_ts=1778010046228&to_ts=1780602046228&live=true)
# Additional Notes
Anything else we should know when reviewing?
# How to test the change?
Describe here in detail how the change can be validated.
Co-authored-by: bob.weinand <bob.weinand@datadoghq.com>language:native tag for sidecar crashtracker (#2083)1 parent a76412c commit d85861b
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
284 | 292 | | |
285 | 293 | | |
286 | 294 | | |
| |||
294 | 302 | | |
295 | 303 | | |
296 | 304 | | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
| 305 | + | |
303 | 306 | | |
304 | 307 | | |
305 | 308 | | |
| |||
0 commit comments