Commit c3d2d63
committed
libdatadog update to 7be7ac7f
Automated update by CI pipeline https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-php/-/pipelines/131137404
Full CI result: ❌ 1 job(s) failed1 parent 018f212 commit c3d2d63
2 files changed
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| |||
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
392 | | - | |
| 394 | + | |
393 | 395 | | |
394 | 396 | | |
395 | 397 | | |
396 | | - | |
397 | | - | |
| 398 | + | |
| 399 | + | |
398 | 400 | | |
399 | 401 | | |
400 | 402 | | |
| |||
416 | 418 | | |
417 | 419 | | |
418 | 420 | | |
419 | | - | |
| 421 | + | |
420 | 422 | | |
421 | 423 | | |
422 | 424 | | |
| |||
438 | 440 | | |
439 | 441 | | |
440 | 442 | | |
441 | | - | |
| 443 | + | |
442 | 444 | | |
443 | | - | |
| 445 | + | |
444 | 446 | | |
445 | | - | |
| 447 | + | |
446 | 448 | | |
447 | 449 | | |
448 | 450 | | |
449 | 451 | | |
450 | | - | |
| 452 | + | |
451 | 453 | | |
452 | 454 | | |
453 | 455 | | |
| |||
Submodule libdatadog updated 59 files
- .github/workflows/lint.yml+1
- .github/workflows/test-ffi.yml+3
- .github/workflows/test.yml+3
- AGENTS.md+1
- Cargo.lock+107-44
- LICENSE-3rdparty.csv+2
- bin_tests/build.rs+34
- bin_tests/src/bin/crashtracker_bin_test.rs+9
- bin_tests/src/c/trigger_assert.c+10
- bin_tests/src/test_types.rs+6-2
- bin_tests/tests/crashtracker_bin_test.rs+44
- datadog-sidecar-ffi/src/lib.rs+1
- datadog-sidecar/src/service/sidecar_server.rs+1
- datadog-sidecar/src/shm_remote_config.rs+24-39
- libdd-common/src/lib.rs+19-1
- libdd-crashtracker/Cargo.toml+1
- libdd-crashtracker/src/collector/api.rs+2
- libdd-crashtracker/src/collector/assert_interceptor.rs+319
- libdd-crashtracker/src/collector/collector_manager.rs+4-4
- libdd-crashtracker/src/collector/crash_handler.rs+24-9
- libdd-crashtracker/src/collector/emitters.rs+21-52
- libdd-crashtracker/src/collector/mod.rs+2
- libdd-data-pipeline/src/trace_exporter/mod.rs+3-2
- libdd-data-pipeline/tests/test_trace_exporter_otlp_export.rs+12-3
- libdd-ffe-ffi/src/assignment.rs+14-2
- libdd-ffe-test-suite/ffe-system-test-data+1-1
- libdd-ffe-test-suite/tests/canonical_fixtures.rs+5-7
- libdd-ffe/src/rules_based/error.rs+4-1
- libdd-ffe/src/rules_based/eval/eval_assignment.rs+68
- libdd-ffe/src/rules_based/eval/eval_rules.rs+3-1
- libdd-ffe/src/rules_based/ufc/models.rs+2-2
- libdd-gotter/README.md+1-1
- libdd-gotter/src/elf.rs+227-14
- libdd-remote-config/Cargo.toml+38-9
- libdd-remote-config/examples/remote_config_agentless_bench.rs+306
- libdd-remote-config/examples/remote_config_fetch.rs+69-10
- libdd-remote-config/roots/gov/config_root.json+73
- libdd-remote-config/roots/gov/director_root.json+73
- libdd-remote-config/roots/prod/config_root.json+73
- libdd-remote-config/roots/prod/director_root.json+73
- libdd-remote-config/roots/staging/config_root.json+73
- libdd-remote-config/roots/staging/director_root.json+73
- libdd-remote-config/src/fetch/agentless.rs+1.7k
- libdd-remote-config/src/fetch/agentless/integration_tests.rs+1.3k
- libdd-remote-config/src/fetch/fetcher.rs+203-60
- libdd-remote-config/src/fetch/mod.rs+7
- libdd-remote-config/src/fetch/shared.rs+21-2
- libdd-remote-config/src/fetch/single.rs+74-10
- libdd-remote-config/src/fetch/test_server.rs+3-2
- libdd-remote-config/src/file_change_tracker.rs+7-9
- libdd-remote-config/src/file_storage.rs+1-1
- libdd-remote-config/src/parse.rs+9-18
- libdd-remote-config/src/path.rs+259-61
- libdd-shared-runtime/src/lib.rs+2
- libdd-shared-runtime/src/shared_runtime/basic.rs+63
- libdd-shared-runtime/src/shared_runtime/mod.rs+86
- libdd-tracer-flare/Cargo.toml+1
- libdd-tracer-flare/src/lib.rs+26-38
- tools/docker/Dockerfile.build+1
0 commit comments