Skip to content

Commit

Permalink
Update libdatadog
Browse files Browse the repository at this point in the history
  • Loading branch information
iamluc committed Apr 9, 2024
1 parent 8de3b1f commit 3ea2364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdatadog
Submodule libdatadog updated 47 files
+36 −0 .github/workflows/diff-proto-files.sh
+59 −0 .github/workflows/nightly-verify-proto-files.yml
+7 −19 .github/workflows/verify-proto-files.yml
+15 −15 Cargo.lock
+1 −1 Cargo.toml
+349 −7 LICENSE-3rdparty.yml
+1 −1 bin_tests/src/bin/crashtracker_bin_test.rs
+2 −2 crashtracker/libdatadog-crashtracking-receiver.c
+3 −5 crashtracker/src/README.md
+2 −1 crashtracker/src/crash_info.rs
+7 −7 ddtelemetry-ffi/src/builder.rs
+137 −139 ddtelemetry-ffi/src/builder/expanded.rs
+3 −3 ddtelemetry-ffi/src/builder/macros.rs
+37 −25 ddtelemetry-ffi/src/lib.rs
+14 −12 ddtelemetry-ffi/src/worker_handle.rs
+1 −1 ddtelemetry/src/data/metrics.rs
+1 −1 ddtelemetry/src/metrics.rs
+5 −0 examples/ffi/CMakeLists.txt
+49 −0 examples/ffi/crashtracking.c
+2 −2 examples/ffi/exporter.cpp
+10 −10 examples/ffi/telemetry.c
+15 −15 examples/ffi/telemetry_metrics.c
+1 −1 profiling-ffi/cbindgen.toml
+14 −14 profiling-ffi/src/crashtracker.rs
+19 −19 profiling-ffi/src/exporter.rs
+1 −2 profiling/src/exporter/mod.rs
+14 −5 ruby/Rakefile
+8 −0 ruby/lib/libdatadog.rb
+2 −2 ruby/lib/libdatadog/version.rb
+37 −0 ruby/spec/gem_packaging.rb
+20 −0 ruby/spec/libdatadog_spec.rb
+61 −6 sidecar/src/interface.rs
+3 −1 spawn_worker/src/unix/spawn.rs
+1 −1 tools/docker/Dockerfile.build
+1 −5 trace-obfuscation/Cargo.toml
+4 −5 trace-obfuscation/benches/benchmarks/credit_cards_bench.rs
+7 −0 trace-obfuscation/benches/benchmarks/mod.rs
+107 −0 trace-obfuscation/benches/benchmarks/redis_obfuscation_bench.rs
+3 −3 trace-obfuscation/benches/benchmarks/replace_trace_tags_bench.rs
+155 −0 trace-obfuscation/benches/benchmarks/sql_obfuscation_bench.rs
+13 −0 trace-obfuscation/benches/trace_obfuscation.rs
+1 −0 trace-obfuscation/src/lib.rs
+1 −1 trace-obfuscation/src/obfuscate.rs
+68 −39 trace-obfuscation/src/redis.rs
+83 −121 trace-obfuscation/src/redis_tokenizer.rs
+80 −8 trace-obfuscation/src/replacer.rs
+271 −0 trace-obfuscation/src/sql.rs

0 comments on commit 3ea2364

Please sign in to comment.