mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-24 00:27:29 +01:00
Checkpoint: 893a1de325b5
Entire-Session: 260a4a9e-d060-4d86-982b-1bf5959b9b70 Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/10b4fa5-e3b0c4
This commit is contained in:
18
89/3a1de325b5/0/context.md
Normal file
18
89/3a1de325b5/0/context.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Session Context
|
||||
|
||||
## User Prompts
|
||||
|
||||
### Prompt 1
|
||||
|
||||
Implement the following plan:
|
||||
|
||||
# Plan: Add RRDTool-style Average Consolidation Function to Resampler
|
||||
|
||||
## Context
|
||||
|
||||
The current downsampler in `cc-lib/v2/resampler` offers two algorithms:
|
||||
- **LTTB** (LargestTriangleThreeBucket): Perceptually-aware — picks points that preserve visual shape (peaks/valleys). Used at all call sites.
|
||||
- **SimpleResampler**: Decimation — picks every nth point. Fast but lossy.
|
||||
|
||||
Neither produces scientifically accurate averages over time intervals. RRDTool's **AVERAGE C...
|
||||
|
||||
Reference in New Issue
Block a user