Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/monitor-infrastructure/monitor-cloud-provider/aws/cloudwatch-metrics/how-costs-calculated.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/monitor-infrastructure/monitor-cloud-provider/aws/cloudwatch-metrics/how-costs-calculated/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Metric cost calculation
By connecting your CloudWatch metrics instance to Grafana Cloud, you might incur charges. To view information on the number of active series that your Grafana Cloud account uses for metrics included in each Cloud tier, refer to Active series and dpm usage and Grafana Cloud tier pricing.
To list and retrieve metrics, the CloudWatch API calls ListMetrics and GetMetricData. To discover resources, the Resource Groups tagging API uses GetResources.
Each service configured in a job is scraped independently. The following call counts assume we are scraping lambda:
GetResourcesis called once.ListMetricsis called four times, once per metric.
Assuming ListMetrics returned five values for each metric, GetMetricData would be called a single time requesting 30 metrics, one per metric plus statistic combination.
For cost information associated with CloudWatch APIs, refer to CloudWatch Pricing.
Was this page helpful?
Related resources from Grafana Labs


