AWS CloudWatch Metric Streams with Kinesis Data Firehose is not available for your selected Datadog site ().
Using Amazon CloudWatch Metric Streams and Amazon Kinesis Data Firehose, you can get CloudWatch metrics into Datadog faster with a 2-3 minute latency. This is significantly faster than Datadog’s default API polling approach, which provides updated metrics every 10 minutes. You can learn more about the API polling approach in the Cloud Metric Delay documentation.
Overview
Create these AWS resources in each AWS account and region for which you want to stream metrics:
Create a Kinesis Data Firehose delivery stream that delivers metrics to Datadog, along with an S3 Backup for any failed metrics delivery.
Create a CloudWatch Metric Stream linked to your delivery stream.
Optionally specify a limited set of namespaces to stream metrics.
Once you create these resources, Datadog immediately starts receiving the streamed metrics and displays them on the Datadog site with no additional configuration needed.
Metric Streaming versus API polling
The following are key differences between using CloudWatch Metric Streams and API polling.
Namespace filtering on AWS: Per-namespace defaults and account-level settings in the AWS integration page only apply to the API polling approach. Manage all rules for including and excluding namespaces in the streams using the CloudWatch Metric Streams configuration in your AWS accounts.
Metrics that report with more than a two hour delay: API polling continues to collect metrics like aws.s3.bucket_size_bytes and aws.billing.estimated_charges after metric streaming is enabled, since these cannot be sent through CloudWatch Metric Stream.
Switching from API polling to metric streams
If you already receive metrics for a given CloudWatch namespace through the API polling method, Datadog automatically detects this and stops polling metrics for that namespace once you start streaming them. Leave your configuration settings in the AWS integration page unchanged; as Datadog continues to use API polling to collect custom tags and other metadata for your streamed metrics.
Switching back from metric streams to API polling
If you later decide you don’t want to stream metrics for a given AWS account and region, or even just for a specific namespace, Datadog automatically starts collecting those metrics using API polling again based on the configuration settings in the AWS integration page. If you want to stop streaming all metrics for an AWS account and region, follow the instructions in the Disable Metric Streaming section of this document.
Billing
There is no additional charge from Datadog to stream metrics.
AWS charges based on the number of metric updates on the CloudWatch Metric Stream and the data volume sent to the Kinesis Data Firehose. There is the potential to see an increased CloudWatch cost for the subset of metrics you are streaming, so Datadog recommends prioritizing using metric streams for the AWS services, regions, and accounts where you most need the lower latency. For more information, see Amazon CloudWatch pricing.
EC2 or Lambda metrics in the stream could increase the number of billable hosts and Lambda invocations (if those hosts and functions aren’t already monitored with the AWS integration or Datadog Agent in the case of EC2).
Regions: A comma-separated list of the regions you wish to set up for metrics streaming. For a full list of supported regions, see the AWS documentation on Using metric streams.
Fill in the optional parameters:
FilterMethod: Include or Exclude list of namespaces to include for metrics streaming.
First/Second/Third Namespace: Specify the namespaces you wish to include or exclude. Note: The namespace values have to precisely match the values in the namespace column in AWS’s documentation. For example, AWS/EC2.
Check the acknowledgment box that states, “I acknowledge that AWS CloudFormation might create IAM resources with custom names.”
Click Create Stack.
Results
Once the stack is successfully created, wait five minutes for Datadog to recognize the change. To validate completion, go to the Metric Collection tab in Datadog’s AWS integration page and verify that the activated regions appear for the selected account.
If you want to set up metric streams using the AWS Console, follow these steps for each AWS region.
Create a new Kinesis Data Firehose delivery stream with the following specifications:
Source: select Direct PUT.
Destination:
Select Datadog.
Select the metrics endpoint URL corresponding to your Datadog site: Datadog metrics - US or Datadog metrics - EU.
Choose whether you want to stream all CloudWatch metrics, or only specific namespaces.
Select the Firehose you created in Step 1 to use for sending the metrics to Datadog.
Create a new service role to put records in Kinesis Data Firehose.
Change the output format to be OpenTelemetry 0.7.
Under Add additional statistics, include the AWS percentile metrics to send to Datadog. See the CloudFormation template for a list of the percentile metrics Datadog supports through polling.
Name your metric stream.
Click Create metric stream.
Results
Once you see the Metric Stream resource has been successfully created, wait five minutes for Datadog to recognize the change. To validate completion, go to the Metric Collection tab in Datadog’s AWS integration page and verify that the activated regions are enabled under CloudWatch Metric Streams for the specified AWS account.
Note: If you’ve already enabled polling CloudWatch APIs, the transition to streaming could cause a brief (up to five minutes) period where the specific metrics you are streaming are double-counted in Datadog. This is because of the difference in timing between when Datadog’s crawlers are running and submitting your CloudWatch metrics, and when Datadog recognizes that you have started streaming those metrics and turn off the crawlers.
Disable metric streaming
To disable metric streaming completely for a given AWS account and region, you must delete the AWS Metric Steam and its related resources. To prevent loss of metrics in Datadog, it’s important to follow these deletion steps carefully:
Delete the CloudWatch Metric Stream linked to your delivery stream.
Delete the Kinesis Data Firehose delivery stream that delivered metrics to Datadog.
Delete the backup S3 bucket for failed messages linked to the Firehose.
Delete the IAM roles associated with the stream and all other resources that were created while setting up the stream.
Once the resources are deleted, wait for five minutes for Datadog to recognize the change. To validate completion, go to the Metric Collection tab in Datadog’s AWS integration page and verify that the disabled regions are not displayed under CloudWatch Metric Streams for the specified AWS account.
Troubleshooting
To resolve any issues encountered while setting up Metric Streams or the associated resources, see AWS Troubleshooting.
Further Reading
Additional helpful documentation, links, and articles: