feat(metrics): add bounded timeseries views - #209
Conversation
|
Warning Review limit reached
Next review available in: 16 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughTimeseries requests now support grouping limits and richer series metadata. Models order ranked and remainder groups, exports include “Other,” and the UI supports multi-select filters, toggle-based grouping, persisted presentation selection, and fixed single-column rendering. ChangesTimeseries request contracts and configuration
Ranked remainder model and exports
Interactive timeseries controls
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Analyst
participant MetricTimeseriesView
participant MetricCollection
participant MetricResultsAPI
Analyst->>MetricTimeseriesView: select group and filter values
MetricTimeseriesView->>MetricCollection: build timeseries view with groupLimit
MetricCollection->>MetricResultsAPI: send group_limit and filters
MetricResultsAPI-->>MetricTimeseriesView: return ranked and remainder series
MetricTimeseriesView-->>Analyst: render ordered timeseries columns
Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
0d2a274 to
84ac0aa
Compare
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
Adds ranked top-N timeseries groups, Other handling, monthly annual bucketing, full-width views, and CSV/XLSX-compatible metadata.
Summary by CodeRabbit
New Features
UI Improvements