Skip to content

Commit 66a937b

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/eslint-10.0.3
2 parents f2daf7a + 8aa608f commit 66a937b

File tree

4 files changed

+6
-236
lines changed

4 files changed

+6
-236
lines changed

.agents/skills/add-httparchive-metric-report/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: Add new metrics to HTTPArchive reports config. USE FOR adding perfo
1818

1919
## Quick Start
2020

21-
1. Open `includes/reports.js`, find `config._metrics` (line ~42)
21+
1. Open `includes/reports.js`, find `config._metrics`
2222
2. Choose type: **Timeseries** (adoption/percentiles) or **Histogram** (distributions)
2323
3. Add metric with required patterns: `date`, `is_root_page`, `${params.lens.sql}`, `${params.devRankFilter}`, `${ctx.ref('crawl', 'pages')}`, `GROUP BY client`
2424
4. Run `get_errors` to verify

.agents/skills/optimize-model-compute/SKILL.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

.agents/skills/optimize-storage-costs/SKILL.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

reports.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ The system supports two types of SQL queries:
4141

4242
### Quick Decision Guide
4343

44-
| Metric Type | Use Timeseries | Use Histogram | Use Both |
45-
|-------------|----------------|---------------|----------|
46-
| Boolean/Adoption (present/not present) | ✅ Always | ❌ Never ||
47-
| Percentage/Rate | ✅ Yes | ❌ Rarely useful ||
48-
| Continuous values (bytes, time, count) | ✅ For percentiles | ✅ For distribution | ✅ Often |
44+
| Metric Type | Use Timeseries | Use Histogram | Use Both |
45+
| -------------------------------------- | ------------------ | ------------------- | --------- |
46+
| Boolean/Adoption (present/not present) | ✅ Always | ❌ Never | |
47+
| Percentage/Rate | ✅ Yes | ❌ Rarely useful | |
48+
| Continuous values (bytes, time, count) | ✅ For percentiles | ✅ For distribution | ✅ Often |
4949

5050
**Key Rule**: Always use timeseries for boolean/adoption metrics; histogram only for continuous distributions.
5151

0 commit comments

Comments
 (0)