ResQ.Protocols
AlertSeverity Enum
Defines severity levels for alerts and events in the ResQ system.Fields
Low 0
Low severity - routine information or minor issues.
Medium 1
Medium severity - notable events that may require attention.
High 2
High severity - significant issues requiring prompt response.
Critical 3
Critical severity - urgent issues requiring immediate action.
Example
Remarks
These severity levels are used throughout the system to classify the urgency and importance of alerts, incidents, and events. They map to protocol buffer enum values and are ordered from lowest (Low) to highest (Critical) severity. When converting from risk scores or confidence values, use the following thresholds:- Critical: Risk score >= 0.9 or confidence >= 0.95
- High: Risk score >= 0.75 or confidence >= 0.85
- Medium: Risk score >= 0.6 or confidence >= 0.7
- Low: Risk score < 0.6 or confidence < 0.7