Skip to main content

Module datadog

Module datadog 

Source
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§

DatadogExporter

Functions§

dd_log_object_for_test
Re-export of the pure DD log builder for the tests/spec/telemetry_exporters.rs connect driver, so the spec invariant dd_records_well_formed checks the real JSON shape.