Cloudflare Docs
Analytics
Analytics
Edit this page on GitHub
Set theme to dark (⇧+D)

Pricing

Workers Analytics Engine is priced based on two metrics — data points written, and read queries.

PlanData points writtenRead queries
Workers Paid10 million included per month
(+$0.25 per additional million)
1 million included per month (+$1.00 per additional million)
Workers Free100,000 included per day10,000 included per day

​​ Data points written

Every time you call writeDataPoint() in a Worker, this counts as one data point written.

Each data point written costs the same amount. There is no extra cost to add dimensions or cardinality, and no additional cost for writing more data in a single data point.

​​ Read queries

Every time you post to Workers Analytics Engine’s SQL API, this counts as one read query.

Each read query costs the same amount. There is no extra cost for more or less complex queries, and no extra cost for reading only a few rows of data versus many rows of data.