-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Enhance the session management system to support
- Advanced session analytics with detailed performance metrics and insights.
The system should track historical session performance, enable comparisons, and provide trends to optimize crawl operations.
Motivation:
- Provide insights into session performance over time.
- Enable comparison between sessions and templates.
- Support future features like optimization recommendations.
Acceptance Criteria:
- Historical session metrics are stored and accessible.
- Support comparison of multiple sessions (success/failure rates, retries).
- Generate trend reports over time.
- Metrics are available via API endpoints or dashboards.
Suggested Tasks:
- Extend
CrawlMetricsto store historical session data. - Add new API endpoints to query metrics and trends.
- Update database schema to persist analytics.
- Implement summary reports for session comparisons.
- Write unit and integration tests for analytics correctness.
Metadata
Metadata
Assignees
Labels
No labels