Join our Newsletter — 33% off our NHI Course

How should teams control Datadog cost without cutting useful telemetry?

Start by governing the telemetry inputs rather than the bill itself. Filter noisy logs, strip unapproved metric labels, use tail-based sampling for traces, and route high-value records to the right retention tier. The goal is to preserve errors, audit data, and latency outliers while removing the volume that adds cost but not operational value.

Why This Matters for Security Teams

Datadog spend rarely becomes a cost issue first. It becomes an observability quality issue, then an incident response issue. When teams leave telemetry ungoverned, they often pay to ingest duplicated logs, high-cardinality metrics, and low-value traces while still missing the signals that matter. The better control point is the data itself: what is collected, how it is enriched, and where it is retained. That approach aligns with the NIST Cybersecurity Framework 2.0 emphasis on asset visibility, protective controls, and operational governance.

The practical risk is not just overspend. Excess telemetry can bury alert triage, complicate correlation, and create gaps between teams that own application instrumentation and teams that own the bill. Security and platform teams also need to preserve evidence quality for investigations, especially for auth events, privilege changes, and anomalous latency patterns. Cost control is therefore a data classification problem as much as a FinOps problem. In practice, many security teams encounter telemetry waste only after an outage or incident review reveals that the most expensive streams were not the most useful ones.

How It Works in Practice

Effective cost control starts with defining telemetry tiers by operational value. Security-relevant records such as authentication failures, privilege escalations, WAF events, and audit trails should be treated differently from verbose debug logs or highly dimensional application tags. Teams usually get the best result by setting collection rules upstream, then validating what reaches the platform rather than trying to clean up costs after ingestion.

For logs, the main levers are source filtering, parsing, exclusion rules, and retention tiers. For metrics, the key control is cardinality management, since unbounded labels can multiply series counts very quickly. For traces, tail-based sampling is often the best fit when the goal is to keep errors, slow requests, and rare edge cases while discarding routine traffic. For dashboards and alerts, teams should regularly retire unused monitors and consolidate duplicate queries so that visibility remains focused on operational signals.

  • Keep high-value security events, authentication failures, and incident evidence on longer retention.
  • Drop or downsample repetitive debug output before it is indexed.
  • Restrict custom metric labels to approved dimensions with clear ownership.
  • Use sampling rules that preserve errors, outliers, and suspicious latency spikes.
  • Review top-cost sources monthly and tie each one to a business or security use case.

Teams should also separate observability from raw data hoarding. Not every event needs to be queryable forever, but enough context must remain for detection engineering, forensics, and compliance. The current guidance suggests applying least-data principles in the same way security teams apply least privilege: collect what is needed, retain what is defensible, and discard the rest with intent. These controls tend to break down when instrumentation is owned by many squads with no shared schema because label sprawl and retention drift quickly become invisible.

Common Variations and Edge Cases

Tighter telemetry controls often reduce cost, but they also increase the risk of blinding troubleshooting if the filters are too aggressive. Organisations therefore need to balance savings against investigative depth, especially in regulated or high-availability environments. Best practice is evolving here, and there is no universal standard for the exact sampling rate or retention split that fits every workload.

Some edge cases deserve special handling. Customer-facing payment paths, identity flows, and privileged administrative actions usually justify richer telemetry because the diagnostic value is high and the audit requirement is stronger. Short-lived incident windows may also justify temporarily raising log or trace retention. Conversely, chatty internal services, development namespaces, and repetitive health checks often need stricter controls. In agentic or AI-enabled systems, teams should be careful not to discard prompt, tool-call, or decision logs that are needed to explain autonomous behaviour, while still redacting sensitive inputs where appropriate.

For mature programmes, the best outcome is a policy that links telemetry type to purpose, retention, and ownership. That keeps Datadog useful for operations and security without turning every byte into permanent cost. For control mapping, the same governance logic can be reinforced through NIST SP 800-53 logging and audit concepts, and OWASP guidance on secure logging and input handling where application telemetry is under review. MITRE ATT&CK is also useful for deciding which telemetry sources are needed to detect likely abuse patterns.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 ID.AM-1 Telemetry governance starts with knowing which assets and data sources are producing cost.
MITRE ATT&CK T1078 Authentication and privilege abuse are high-value signals worth preserving in telemetry.
OWASP Agentic AI Top 10 Agentic systems need decision and tool-use logs to explain autonomous actions.
NIST AI RMF GOVERN Telemetry decisions should be governed as a risk and accountability issue.

Retain agent execution traces, tool calls, and policy decisions where automation has authority.