Commit ace997b
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 | |
|---|---|---|---|
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | | - | |
1232 | | - | |
1233 | | - | |
1234 | 1231 | | |
1235 | 1232 | | |
1236 | 1233 | | |
| |||
1305 | 1302 | | |
1306 | 1303 | | |
1307 | 1304 | | |
1308 | | - | |
| 1305 | + | |
1309 | 1306 | | |
1310 | 1307 | | |
1311 | 1308 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
Submodule libdatadog updated 87 files
- .github/CODEOWNERS-1
- .github/chainguard/self.read.members.sts.yaml+2-2
- .github/chainguard/self.write.pr.sts.yaml+2-2
- .github/workflows/add_final_status.xsl+50
- .github/workflows/pr-title-semver-check.yml+29-98
- .github/workflows/publish-ruby.yml-27
- .github/workflows/test-ruby.yml-30
- .github/workflows/test.yml+77-7
- Cargo.lock+24-22
- Cargo.toml+1-1
- LICENSE-3rdparty.yml+1-1
- bin_tests/src/bin/crashing_test_app.rs+12-14
- bin_tests/src/bin/crashtracker_bin_test.rs+11-18
- bin_tests/tests/crashtracker_bin_test.rs+13-21
- datadog-ipc-macros/src/lib.rs+2-3
- datadog-ipc/src/platform/unix/sockets/mod.rs+14-3
- datadog-ipc/src/platform/windows/sockets.rs+11-6
- datadog-live-debugger-ffi/src/send_data.rs+1-1
- datadog-sidecar/src/unix.rs+18-11
- examples/ffi/crashtracking.c+55-28
- examples/ffi/crashtracking_unhandled_exception.c+5-4
- libdd-common-ffi/Cargo.toml+1-1
- libdd-common/CHANGELOG.md+10
- libdd-common/Cargo.toml+2-1
- libdd-common/src/test_utils.rs+51-49
- libdd-crashtracker-ffi/src/collector/datatypes.rs+18-25
- libdd-crashtracker/Cargo.toml+5-3
- libdd-crashtracker/benches/receiver_bench.rs+12-12
- libdd-crashtracker/src/collector/api.rs+74-149
- libdd-crashtracker/src/collector/crash_handler.rs+2-12
- libdd-crashtracker/src/collector/emitters.rs+299-281
- libdd-crashtracker/src/lib.rs+2-1
- libdd-crashtracker/src/receiver/mod.rs+8-16
- libdd-crashtracker/src/shared/configuration/builder.rs+377
- libdd-crashtracker/src/shared/configuration/mod.rs+8-52
- libdd-data-pipeline-ffi/src/lib.rs+35
- libdd-data-pipeline-ffi/src/trace_exporter.rs+46-35
- libdd-data-pipeline/CHANGELOG.md+7
- libdd-data-pipeline/Cargo.toml+5-5
- libdd-data-pipeline/src/stats_exporter.rs+8-4
- libdd-data-pipeline/src/trace_exporter/builder.rs+7
- libdd-data-pipeline/src/trace_exporter/mod.rs+1
- libdd-dogstatsd-client/Cargo.toml+1-1
- libdd-library-config-ffi/src/tracer_metadata.rs+2
- libdd-library-config/CHANGELOG.md+22
- libdd-library-config/Cargo.toml+3-3
- libdd-library-config/src/otel_process_ctx.rs+69-60
- libdd-library-config/src/tracer_metadata.rs+65-1
- libdd-libunwind-sys/build.rs+80-26
- libdd-profiling/Cargo.toml+1-1
- libdd-profiling/benches/add_samples.rs+31-6
- libdd-profiling/src/internal/observation/timestamped_observations.rs+11-7
- libdd-profiling/src/profiles/compressor.rs+12
- libdd-telemetry/Cargo.toml+1-1
- libdd-trace-normalization/CHANGELOG.md+7
- libdd-trace-normalization/Cargo.toml+2-2
- libdd-trace-obfuscation/CHANGELOG.md+7
- libdd-trace-obfuscation/Cargo.toml+5-5
- libdd-trace-obfuscation/src/json.rs+306
- libdd-trace-obfuscation/src/json_scanner.rs+494
- libdd-trace-obfuscation/src/lib.rs+2
- libdd-trace-obfuscation/src/memcached.rs+3-5
- libdd-trace-obfuscation/src/sql.rs+161
- libdd-trace-protobuf/CHANGELOG.md+9
- libdd-trace-protobuf/Cargo.toml+1-1
- libdd-trace-stats/CHANGELOG.md+16
- libdd-trace-stats/Cargo.toml+3-3
- libdd-trace-stats/src/span_concentrator/aggregation.rs+262-16
- libdd-trace-stats/src/span_concentrator/tests.rs+38
- libdd-trace-utils/CHANGELOG.md+19
- libdd-trace-utils/Cargo.toml+4-4
- repository.datadog.yml+7
- ruby/.gitignore-15
- ruby/.rspec-3
- ruby/.standard.yml-3
- ruby/README.md+2-36
- ruby/Rakefile-236
- ruby/gems.rb-14
- ruby/lib/libdatadog.rb-81
- ruby/lib/libdatadog/version.rb-17
- ruby/libdatadog.gemspec-42
- ruby/publish/rakefile.rb-8
- ruby/spec/gem_packaging.rb-51
- ruby/spec/libdatadog_spec.rb-154
- ruby/spec/spec_helper.rb-69
- tools/docker/Dockerfile.centos+3
- tools/src/bin/ffi_test.rs+120-38
0 commit comments