ServPulse/Domain
From Nasqueron Agora
Lexicon
- StatusPage
- The entity representing the status page itself.
- Attributes: title, description, URL
- Service
- A monitored entity on the status page (server, application, database, API, etc.). Services can be grouped and ordered.
- Attributes: name, group, description, url, auto_status, status (operational, degraded, partial, major, maintenance), order.
- Database table: service
- Metrics
- This concept represents the performance metrics or indicators being measured for each component, such as uptime, response time, error rates, and other relevant metrics.
- Attributes: name, value, unit, timestamp.
- Incidents
- This concept represents any incidents, outages, or disruptions that occur and are reported on the status page.
- Attributes: title, description, status (e.g., resolved, ongoing), severity
- Users
- This concept represents the users who view or edit the status page.
- Attributes: name, role, permissions (permissions could also be defined at role level)
