Skip to content

๐Ÿšจ Alarm Rules โ€“ Monitoring Conditions โ€‹

๐Ÿ“˜ Overview โ€‹

JBL provides a flexible and intelligent alert system to detect user drop-offs, abnormal API response patterns, and ISP quality issues.
Alerts are triggered when specific thresholds are reached, helping teams identify system abnormalities, resource bottlenecks, or potential service disruptions early.


๐Ÿ“Š Alert Rule Summary โ€‹

Rule ID / TypeTrigger FrequencyAlert ConditionMonitoring Target
[AR01]
Domain User Count
HourlyCompares current user count with the past two weeks:
If both previous weeks > 400 users and current value drops below 15%, then:
๐ŸŸข Green: Normal
๐ŸŸก Yellow: Abnormal for 1โ€“2 hours
๐Ÿ”ด Red: Abnormal for 3+ consecutive hours
Detect abnormal drops in site domain user activity
[AR02]
ISP User Count
HourlySame as AR01, but calculated based on ISP dimensionsDetect abnormal ISP user losses
[AR03]
Response Time
Every 5 minutesIf the average global response time exceeds 800ms for 3 consecutive intervalsIdentify potential API logic errors or server overloads
[AR04]
Response Time + Request Count
Every 5 minutesIf response time increases by over 200% and request count drops by over 50%Detect severe server performance degradation or failed scheduled tasks
[AR05]
Domain + ISP Error Rate
Every 5 minutesApplicable during peak usage:
When domain users > 200 and 12-hour error rate > 2%:
๐Ÿ”ธ Trigger 1: Connection drops by 50%, error rate increases by 200%
๐Ÿ”ธ Trigger 2: Users > 800, connection drops by 25%, error rate increases by 50%
Detect if the domain is blocked or degraded by specific ISPs

๐Ÿ“Ž Terminology โ€‹

  • User Count: Number of active and continuously connected IPs
  • Response Time: Average latency (in milliseconds) for APIs or pages during the measurement interval
  • Request Count: Total number of API requests within a specific time window
  • Failure Rate: (Fail / (Fail + Success)) ร— 100