You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guild membership dropped by more than 30 members in the last 5 minutes
55
+
(lost: {{ $value }} members).
56
+
57
+
- alert: discord/experimental/user-churn
58
+
expr: |
59
+
(
60
+
increase(bot_guild_total_members[10m]) +
61
+
decrease(bot_guild_total_members[10m])
62
+
) > 40
21
63
for: 5m
22
64
labels:
23
65
severity: page
24
66
annotations:
25
-
summary: "Experimental: Unusual growth in guild members"
26
-
description: "Guild member count has increased by more than 500% compared to the previous 30-minute period, which may indicate a raid or other unusual activity."
67
+
summary: "High member churn detected"
68
+
description: >
69
+
Combined join and leave activity exceeded 40 events in 10 minutes
70
+
(churn score: {{ $value }}). Possible raid probing, selfbots, or
0 commit comments