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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
727d327: Add an opt-in Datadog receiver (gated behind ENABLE_DATADOG_RECEIVER) so a
Datadog Agent can ship traces, metrics, and logs to HyperDX. The contrib datadogreceiver is compiled into the collector binary and, when enabled, the
OpAMP controller attaches it (listening on 0.0.0.0:8126) to the traces,
metrics, and logs pipelines. When collector authentication is enforced, the
receiver validates the DD-API-KEY header against team API keys.
3f1e1fe: feat: update metrics schema for more efficient PK and time pruning