Skip to content

Commit 0375dd2

Browse files
chore(logs): use IntakeEntry and Destination from datadog-log-agent
Rename LogEntry → IntakeEntry and FlusherMode → Destination to match the canonical names exported by the datadog-log-agent crate.
1 parent 9eb5294 commit 0375dd2

7 files changed

Lines changed: 26 additions & 1129 deletions

File tree

bottlecap/Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bottlecap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ libdd-trace-obfuscation = { git = "https://github.com/DataDog/libdatadog", rev =
7878
libdd-trace-stats = { git = "https://github.com/DataDog/libdatadog", rev = "c8121f422d2c8d219f8d421ff3cdb1fcbe9e8b09" }
7979
dogstatsd = { git = "https://github.com/DataDog/serverless-components", rev = "28f796bf767fff56caf08153ade5cd80c8e8f705", default-features = false }
8080
datadog-fips = { git = "https://github.com/DataDog/serverless-components", rev = "28f796bf767fff56caf08153ade5cd80c8e8f705", default-features = false }
81-
datadog-log-agent = { path = "../../serverless-components/crates/datadog-log-agent" }
81+
datadog-log-agent = { git = "https://github.com/DataDog/serverless-components", rev = "51700e5a2eaf9dd73aff5b83b3139124847d3037", default-features = false }
8282
libddwaf = { version = "1.28.1", git = "https://github.com/DataDog/libddwaf-rust", rev = "d1534a158d976bd4f747bf9fcc58e0712d2d17fc", default-features = false, features = ["serde"] }
8383

8484
[dev-dependencies]

bottlecap/docs/plans/2026-03-09-datadog-log-agent-adoption-design.md

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)