Skip to content

Commit eff8b18

Browse files
Hyperlint Automation Fix
1 parent 5bb1c1d commit eff8b18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/analytics/sampling.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ To make this possible, data is stored at multiple resolutions (100%, 10%, 1%), e
1818

1919
Cloudflare's data pipeline handles [over 700 million events per second](https://blog.cloudflare.com/how-we-make-sense-of-too-much-data) (and growing) across its global network. Processing and storing all this data in real-time would be prohibitively expensive and time-consuming. By leveraging carefully designed sampling methods, Cloudflare Analytics delivers accurate and actionable data, balancing precision with performance.
2020

21-
Sampling enables:
21+
Sampling enables:
2222

2323
- **Scalability**: Reduces the volume of data processed without compromising insights.
2424
- **Performance**: Speeds up query execution for analytics.
2525
- **Cost-Efficiency**: Minimizes resource usage and storage needs.
2626

27-
## Can I trust sampled data?
27+
## Can I trust sampled data?
2828

2929
Sampled data is highly reliable, and can provide insights that are as dependable as those derived from full datasets. Cloudflare designs sampling techniques to ensure we capture the essential characteristics of the entire dataset, delivering results you can trust.
3030

@@ -54,7 +54,7 @@ In the near future, we plan to expose confidence intervals along with query resu
5454
- While sampling reduces the volume of processed data, aggregated metrics like totals, averages, and percentiles are extrapolated based on the sample size. This ensures the reported metrics represent the entire dataset accurately.
5555

5656
**Limitations**
57-
- Sampling may not capture extremely rare events with very low occurrence rates.
57+
- Sampling may not capture extremely rare events with very low occurrence rates.
5858

5959
**Sampling in analytics interfaces**
6060
- GraphQL API: Sampling metadata is included in the query response. For more information, refer to the sampling [GraphQL Analytics API](/analytics/graphql-api/sampling/) documentation.

0 commit comments

Comments
 (0)