Skip to content

Commit a9a1366

Browse files
authored
Changelog new confidence intervals for GraphQL Analytics API
1 parent eb0655a commit a9a1366

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: New Confidence Intervals in GraphQL Analytics API
3+
description: Confidence intervals are now supported in the GraphQL Analytics API to show statistical ranges for sampled data results
4+
date: 2025-10-01
5+
---
6+
7+
The GraphQL Analytics API now supports confidence intervals for `sum` and `count` fields on adaptive (sampled) datasets. Confidence intervals provide a statistical range around sampled results, helping verify accuracy and quantify uncertainty.
8+
9+
- **Supported Datasets**: Adaptive (sampled) datasets only
10+
- **Supported Fields**: All `sum` and `count` fields
11+
- **Usage**: The confidence `level` must be provided as a decimal between 0 and 1 (e.g. `0.90`, `0.95`, `0.99`)
12+
- **Default**: If no confidence level is specified, no intervals are returned
13+
14+
For examples and more details, see the [GraphQL Analytics API documentation](https://developers.cloudflare.com/analytics/graphql-api/features/confidence-intervals/).

0 commit comments

Comments
 (0)