Expand description
Datadog Logs API exporter (docs).
Architecture: pure JSON build + chunking in build, HTTP POST in transport. The
exporter is the boundary: it expands a redacted batch, builds DD-shaped log objects with
timestamp and hostname, chunks under DD’s 1000-entry / 5 MB request caps, then fans
the chunks to the intake.
Structs§
Functions§
- dd_
log_ object_ for_ test - Re-export of the pure DD log builder for the
tests/spec/telemetry_exporters.rsconnect driver, so the spec invariantdd_records_well_formedchecks the real JSON shape.