Skip to content

Commit 40ed9f5

Browse files
committed
rename
1 parent ab584a6 commit 40ed9f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reports.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# HTTP Archive Dynamic Reports
1+
# HTTP Archive Reports
22

3-
This document describes the HTTP Archive dynamic reports system, which automatically generates standardized reports from HTTP Archive crawl data.
3+
This document describes the HTTP Archive reports system, which automatically generates standardized reports from HTTP Archive crawl data.
44

55
## Overview
66

7-
The dynamic reports system generates Dataform operations that:
7+
The reports system generates Dataform operations that:
88

99
1. Calculate metrics from HTTP Archive crawl data
1010
2. Store results in BigQuery tables partitioned by date and clustered by metric/lens/client
@@ -15,7 +15,7 @@ The dynamic reports system generates Dataform operations that:
1515
### Core Components
1616

1717
- **`includes/reports.js`** - Defines metrics and lenses
18-
- **`definitions/output/reports/reports_dynamic.js`** - Generates Dataform operations dynamically
18+
- **`definitions/output/reports/reports_dynamic.js`** - Generates Dataform operations
1919
- **`includes/constants.js`** - Provides shared constants and the `DataformTemplateBuilder`
2020

2121
## Supported Features
@@ -57,7 +57,7 @@ Lenses allow filtering data by different criteria:
5757
- Processes data month by month using `constants.fnPastMonth()`
5858
- Supports retrospective report generation
5959

60-
## How to Add a New Dynamic Report
60+
## How to Add a New Report
6161

6262
### Step 1: Define Your Metric
6363

@@ -251,7 +251,7 @@ const EXPORT_CONFIG = {
251251
2. **Verify table creation** in BigQuery console
252252
3. **Check export logs** in Cloud Run for export errors
253253
4. **Verify Cloud Storage paths** for exported files
254-
5. **Test SQL templates** individually before adding to the dynamic system
254+
5. **Test SQL templates** individually before adding
255255
6. **Use development environment** with smaller datasets for testing
256256

257257
## Examples

0 commit comments

Comments
 (0)