File tree
9 files changed
+7
-13
lines changed- ext
- tests
- Common
- Integrations/Custom/Autoloaded
- ext
- background-sender
9 files changed
+7
-13
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
985 | 985 |
| |
986 | 986 |
| |
987 | 987 |
| |
988 |
| - | |
| 988 | + | |
989 | 989 |
| |
990 | 990 |
| |
991 | 991 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Submodule libdatadog updated 56 files
- .github/workflows/all-checks.yml+18
- .github/workflows/lint.yml+19-6
- .github/workflows/publish-serverless-agent.yml+1-1
- .github/workflows/verify-proto-files.yml+12
- Cargo.lock+38-7
- LICENSE-3rdparty.yml+299-1
- bin_tests/Cargo.toml+1
- bin_tests/src/bin/crashtracker_bin_test.rs+60-29
- bin_tests/src/bin/crashtracker_unix_socket_receiver.rs+15
- bin_tests/src/lib.rs+7
- bin_tests/tests/crashtracker_bin_test.rs+67-13
- bin_tests/tests/test_the_tests.rs+1-1
- crashtracker/src/constants.rs+2
- crashtracker/src/crash_handler.rs+9
- crashtracker/src/crash_info.rs+30-6
- crashtracker/src/lib.rs+1-1
- crashtracker/src/receiver.rs+16-8
- crashtracker/src/stacktrace.rs+53-1
- crashtracker/src/telemetry.rs+1
- data-pipeline/src/trace_exporter.rs+2
- ddcommon/src/entity_id/fallback.rs-14
- ddcommon/src/entity_id/mod.rs+44-10
- profiling-ffi/src/crashtracker/collector.rs-1
- profiling-ffi/src/crashtracker/crash_info.rs+20
- profiling-ffi/src/crashtracker/datatypes.rs+72-2
- profiling-ffi/src/exporter.rs+5
- profiling-ffi/src/lib.rs+1-1
- profiling-ffi/src/profiles.rs+3
- profiling/src/api.rs+1
- profiling/src/internal/endpoint_stats.rs+2-1
- profiling/src/internal/mod.rs-1
- profiling/src/internal/owned_types.rs-36
- profiling/src/internal/owned_types/mod.rs+44
- profiling/src/internal/profile/fuzz_tests.rs+643
- profiling/src/internal/profile/mod.rs+14-14
- profiling/src/pprof/proto.rs+10
- sidecar/src/service/sidecar_server.rs+2
- sidecar/src/service/tracing/trace_flusher.rs-3
- sidecar/src/tracer.rs+1-1
- spawn_worker/src/win32.rs+1-2
- trace-mini-agent/Cargo.toml+1-1
- trace-mini-agent/src/trace_processor.rs+20-8
- trace-normalization/src/normalizer.rs+2-2
- trace-protobuf/Cargo.toml+4
- trace-protobuf/build.rs+10
- trace-protobuf/src/lib.rs+3
- trace-protobuf/src/pb.rs+7
- trace-protobuf/src/pb_test.rs+124
- trace-utils/src/lib.rs+1
- trace-utils/src/send_data/mod.rs+330-508
- trace-utils/src/send_data/retry_strategy.rs+269
- trace-utils/src/send_data/send_data_result.rs+113
- trace-utils/src/stats_utils.rs+113
- trace-utils/src/test_utils.rs+7-1
- trace-utils/src/trace_utils.rs+96-99
- trace-utils/src/tracer_payload.rs+184
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
444 |
| - | |
| 444 | + | |
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 | 9 |
| |
13 | 10 |
| |
14 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 | 9 |
| |
13 | 10 |
| |
14 | 11 |
| |
| |||
21 | 18 |
| |
22 | 19 |
| |
23 | 20 |
| |
24 |
| - | |
| 21 | + |
File renamed without changes.
0 commit comments