Skip to content

Commit de28481

Browse files
authored
Update discord.yaml experimental members alert
1 parent 83f5864 commit de28481

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • kubernetes/namespaces/monitoring/alerts/alerts.d

kubernetes/namespaces/monitoring/alerts/alerts.d/discord.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ groups:
1212
summary: "High rate of guild member joins"
1313
description: "User join rate is {{ $value }} per hour, which may indicate a raid or other unusual activity."
1414

15-
# Experimental alert that checks for 20% growth based on previous period instead of static rate measurement
15+
# Experimental alert that checks for 500% growth based on previous period instead of static rate measurement
1616
# Hopefully, this is more adaptable as server growth rates vary.
1717
- alert: discord/experimental-members-growth
1818
expr: |
19-
delta(bot_guild_total_members[30m]) > 1.2 * delta(bot_guild_total_members[30m] offset 30m)
19+
delta(bot_guild_total_members[30m]) > 5 * delta(bot_guild_total_members[30m] offset 30m)
2020
and delta(bot_guild_total_members[30m] offset 30m) > 0
2121
for: 5m
2222
labels:
2323
severity: page
2424
annotations:
2525
summary: "Experimental: Unusual growth in guild members"
26-
description: "Guild member count has increased by more than 20% compared to the previous 30-minute period, which may indicate a raid or other unusual activity."
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."

0 commit comments

Comments
 (0)