You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track future ADP support for inferring reporting intervals from OTLP delta metric timestamps.
The implementation work is described in #2076. We are deferring it because the corresponding Core Agent behavior is currently controlled by the OpenTelemetry Collector feature gate:
The upstream gate is Alpha and defaults to disabled.
A standalone OpenTelemetry Collector operator can enable the gate with its startup feature-gate option.
The Core Agent embeds Collector components in-process. We have not identified a supported Core Agent configuration or CLI option that lets an operator enable this gate for Agent OTLP Ingest.
ADP is a separate process with a native Rust OTLP translator, so it cannot inherit the Core Agent process's feature-gate state.
Summary
Track future ADP support for inferring reporting intervals from OTLP delta metric timestamps.
The implementation work is described in #2076. We are deferring it because the corresponding Core Agent behavior is currently controlled by the OpenTelemetry Collector feature gate:
exporter.datadogexporter.InferIntervalForDeltaMetricsCurrent state
The gate was introduced in upstream Collector Contrib in September 2025 and remains Alpha as of July 2026. Promotion timing is not predictable.
Decision
Defer #2076. Do not add Core-to-ADP feature-gate streaming or an ADP customer-facing toggle at this time.
Revisit when
Revisit this work when either:
Follow-up scope
When resumed, complete #2076:
References