Expand description
Cross-cutting values consumed by more than one domain.
Structs§
- AltMetrics
Intake - An alternate metrics intake (Observability Pipelines Worker or Vector) that replaces the Datadog intake when enabled.
- Autoscaling
Failover - Autoscaling failover, shared by checks, DogStatsD, and OTLP.
- Basic
Telemetry - Tagging options for basic liveness telemetry.
- Cluster
Agent - Cluster Agent connection, shared by checks, DogStatsD, and OTLP.
- Compression
- Payload compression settings applied before transmission.
- Endpoints
- Primary outbound endpoints plus the forwarder, proxy, TLS, and compression settings that apply to every pipeline emitting to the intake.
- Forwarder
- Forwarder retry, backoff, worker, and disk-storage settings.
- Global
Tags - Global / host tagging.
- Histogram
Encoding - Histogram aggregation/encoding settings, shared by the DogStatsD and checks metrics pipelines.
- Metrics
Encoding - Metrics-encoder settings reused across the metrics-emitting pipelines (DogStatsD, checks, and OTLP): histogram settings, payload limits, and the encoder flush timeout.
- Proxy
- Outbound HTTP proxy settings.
- Shared
Configuration - Cross-cutting configuration shared across domains.
- Static
TagSettings - Inputs used to derive deployment-wide static tags.
- Tls
- Outbound TLS client settings.
- V3Api
Encoding - V3 metrics-intake protocol settings for the series and sketches payloads
(
serializer_experimental_use_v3_api.*). - V3Api
Settings - Per-payload V3 intake settings, reused for both series and sketches.
Enums§
- Forwarder
Http Protocol - HTTP protocol the forwarder negotiates with the intake.
- V3Series
Mode - Whether series are routed to the V3 metrics intake (
use_v3_api.series.*).