Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Defines a unified data model for storing and querying performance test data in O
Supporting document types: `param`, `tag`, `config_*`

## Versioning
- Versions tracked as git branches and in `VERSION` file (currently `v8dev`)
- `cdm.js` exports `supportedCdmVersions` array: `['v7dev', 'v8dev', 'v9dev']`
- Index naming pattern: `cdm{VERSION}-{DOCTYPE}*` (e.g., `cdmv8dev-metric_data*`)
- Versions tracked as git branches and in `VERSION` file (currently `v10dev`)
- `cdm.js` exports `supportedCdmVersions` array: `['v7dev', 'v8dev', 'v9dev', 'v10dev']`
- Index naming pattern: `cdm{VERSION}-{DOCTYPE}*` (e.g., `cdmv10dev-metric_data*`)
- v10dev's key addition is `default-aggregation` — a per-metric field on `metric_desc` (`sum`/`avg`/`max`/`min`) telling query-time aggregation how to combine values across breakout dimensions, instead of always duration-weighted summing

## Templates (`templates/`)
- `.base` files define index mappings for each document type
Expand Down
Loading