---
title: Adaptive Polling of CloudWatch Metrics
description: Adaptive Polling of CloudWatch Metrics
breadcrumbs: >-
  Docs > Integrations > Integration Guides > Adaptive Polling of CloudWatch
  Metrics
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Adaptive Polling of CloudWatch Metrics

{% callout %}
# Important note for users on the following Datadog sites: us2.ddog-gov.com

{% alert level="info" %}
To find out if this integration is available in your organization, see your [Datadog Integrations](https://app.datadoghq.com/integrations) page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email [support@ddog-gov.com](mailto:support@ddog-gov.com).
{% /alert %}

{% /callout %}

## Overview{% #overview %}

When Datadog queries metrics in CloudWatch on your behalf, it incurs AWS CloudWatch costs due to `GetMetricData` (GMD) API calls.

Adaptive Polling helps you save costs by reducing the polling frequency of metrics that haven't been queried (used in monitors, dashboards, notebooks, or metric queries) for at least 30 days. Polling of unqueried metrics is automatically throttled to one-hour intervals.

To see which metrics are unqueried, go to the [Metric Summary](https://app.datadoghq.com/metric/summary) page and filter by the **Query Activity** facet in the [facet panel](https://docs.datadoghq.com/metrics/summary.md#facet-panel).

**Note**: Newly added metrics are unqueried by default.

## Considerations{% #considerations %}

- Metrics used in Datadog monitors are always considered active.
- Custom metrics are not included in adaptive polling.

### Multiple AWS accounts{% #multiple-aws-accounts %}

Adaptive Polling applies across all AWS accounts monitored by Datadog.

### What happens when a slowed metric is queried?{% #what-happens-when-a-slowed-metric-is-queried %}

As soon as the metric is queried by any surface (such as a dashboard, monitor, notebook, Metrics Explorer, or API query), Datadog returns that metric to the active 10-minute polling frequency.

**Note:** There is a short operational lag of a few minutes between when the query happens and when re-polling of data occurs.

For example, if metrics were last polled at 1:00 p.m. and a dashboard containing a slowed metric is opened at 1:02 p.m., the metric returns to active status but does not refresh until the next poll cycle, 8 minutes later at 1:10 p.m.

### How do you enable this or opt out of Adaptive Polling?{% #how-do-you-enable-this-or-opt-out-of-adaptive-polling %}

All Datadog organizations and AWS accounts are automatically enrolled in adaptive polling. To opt out, contact [Datadog support](https://www.datadoghq.com/support/).

### Unopened dashboards and notebooks{% #unopened-dashboards-and-notebooks %}

Dashboards and notebooks only run their metric queries when opened. If unopened, the metrics in their queries may become classified as unqueried.

- [AWS Integration](https://docs.datadoghq.com/integrations/amazon_web_services.md)
