mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Added CriticalPathUtil class to compute self-time, critical path, and service breakdown for spans in distributed traces. - Introduced SpanData, SpanSelfTime, CriticalPathResult, and ServiceBreakdown interfaces for structured data handling. - Created API for fetching monitor data, including fetching all monitors, monitor details, statuses, and feeds. - Developed MonitorCard component for displaying individual monitor information. - Implemented MonitorsScreen and MonitorDetailScreen for listing and detailing monitors, respectively. - Added hooks for managing monitor data fetching and state. - Integrated navigation for monitor detail views.