Skip to main content

Module encoders

Module encoders 

Source
Expand description

Annotations for shared Datadog encoder configuration keys.

Constants§

ALL
All annotations declared in this module, in declaration order.
ENV
env — the environment name attached to all emitted telemetry.
FLUSH_TIMEOUT_SECS
flush_timeout_secs — how long to wait before force-flushing an in-flight payload. ADP-specific.
SERIALIZER_COMPRESSOR_KIND
serializer_compressor_kind — compression algorithm for encoder request payloads.
SERIALIZER_MAX_METRICS_PER_PAYLOAD
serializer_max_metrics_per_payload — max metrics per encoded request payload. ADP-specific.
SERIALIZER_ZSTD_COMPRESSOR_LEVEL
serializer_zstd_compressor_level — zstd compression level for encoder request payloads. Schema declares Float; field is i32.