mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-10 15:36:53 +02:00
Add RelayMetricsCollector service that hooks into the relay pool: - Tracks connection time when WebSocket connects - Tracks session duration when connection drops - Integrates with useReqTimelineEnhanced to record response times Integration points: - AppShell.tsx: Initialize collector on app start - useReqTimelineEnhanced: Record response time on EOSE, failures on error