File tree
6 files changed
+22
-15
lines changed- components-rs
- ext
6 files changed
+22
-15
lines changed+12-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 | 65 |
| |
70 | 66 |
| |
71 | 67 |
| |
72 | 68 |
| |
73 | 69 |
| |
74 | 70 |
| |
75 |
| - | |
| 71 | + | |
| 72 | + | |
76 | 73 |
| |
77 | 74 |
| |
78 | 75 |
| |
79 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| 138 | + | |
| 139 | + | |
138 | 140 |
| |
139 | 141 |
| |
140 | 142 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
63 | 61 |
| |
64 | 62 |
| |
65 | 63 |
| |
|
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 | 22 |
| |
27 | 23 |
| |
28 | 24 |
| |
| |||
37 | 33 |
| |
38 | 34 |
| |
39 | 35 |
| |
40 |
| - | |
41 |
| - | |
| 36 | + | |
| 37 | + | |
42 | 38 |
| |
43 | 39 |
| |
44 | 40 |
| |
|
Submodule libdatadog updated 39 files
- .github/workflows/test.yml+13-2
- Cargo.lock+98-17
- Cargo.toml+3-3
- LICENSE-3rdparty.yml+968-792
- docs/RFCs/delivering-different-features.md+132
- ipc/src/platform/windows/channel/async_channel.rs+1
- ipc/src/platform/windows/channel/metadata.rs+2-2
- ipc/src/platform/windows/mem_handle.rs+12-6
- profiling/Cargo.toml+1
- profiling/src/internal/label.rs+6
- profiling/src/internal/observation/mod.rs+1
- profiling/src/internal/observation/observations.rs+94-124
- profiling/src/internal/observation/timestamped_observations.rs+110
- profiling/src/internal/observation/trimmed_observation.rs+9-21
- profiling/src/internal/profile.rs+6-12
- profiling/src/internal/stack_trace.rs+6
- profiling/src/pprof/sliced_proto.rs-14
- profiling/src/serializer/compressed_streaming_encoder.rs+34
- ruby/Rakefile+5-5
- ruby/lib/libdatadog/version.rb+1-1
- sidecar/Cargo.toml+4
- sidecar/src/entry.rs+4-2
- sidecar/src/lib.rs+1
- sidecar/src/log.rs-1
- sidecar/src/self_telemetry.rs+95-60
- sidecar/src/setup/windows.rs+13-6
- sidecar/src/watchdog.rs+82
- spawn_worker/src/trampoline.c+1-1
- spawn_worker/src/win32.rs+5-7
- spawn_worker/tests/trampoline_windows.rs+1-2
- tools/cc_utils/src/lib.rs+4-1
- trace-normalization/src/normalizer.rs+1
- trace-obfuscation/benches/replace_trace_tags_bench.rs+1
- trace-obfuscation/src/replacer.rs+1
- trace-protobuf/build.rs+2
- trace-protobuf/src/pb.rs+44
- trace-protobuf/src/pb/span.proto+18
- trace-utils/src/trace_test_utils.rs+1
- trace-utils/src/trace_utils.rs+2
0 commit comments