FMES Monitors Events Spectacularly
FMES is a Frontend Monitoring project of my thesis. It takes all frontend monitoring data (including user events, errors, requests, debugging infos) as events, storing and analyzing it as graph data. The main part of this project is the key-event analyzing feature, which finds the most important events on paths to certain target event(s) among the monitoring data.
- backend: Backend for MitoJS the SDK.
- test-vue: Playground for the system & the key-event analyzing feature.