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

# 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 %}

{% callout %}
##### Join the Preview!

Adaptive Polling of CloudWatch Metrics is in Preview.

[Request Access](https://www.datadoghq.com/product-preview/adaptive-metric-polling/)
{% /callout %}

## Overview{% #overview %}

When Datadog queries metrics in CloudWatch on your behalf, it can lead to increased CloudWatch cost 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 %}

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

Adaptive Polling applies across all AWS accounts monitored by Datadog.

### A previously unqueried metric is queried{% #a-previously-unqueried-metric-is-queried %}

If a previously unqueried metric is newly queried, datapoints may initially be missing for up to one hour until polling resumes at the default frequency.

### 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)
