Skip to content

Commit

Permalink
Merge pull request #2262 from vladzcloudius/increase-bf-alert-threshold
Browse files Browse the repository at this point in the history
prometheus.rules.yml: increase a BF alert threshold to 0.2
  • Loading branch information
amnonh authored Apr 18, 2024
2 parents a4cf893 + c7feed6 commit 2c47378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/prom_rules/prometheus.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ groups:
description: 'Cluster in a split-brain mode'
summary: Some nodes in the cluster do not see all of the other live nodes
- alert: bloomFilterSize
expr: scylla_sstables_bloom_filter_memory_size/scylla_memory_total_memory > 0.1
expr: scylla_sstables_bloom_filter_memory_size/scylla_memory_total_memory > 0.2
for: 10m
labels:
severity: "warn"
Expand Down

0 comments on commit 2c47378

Please sign in to comment.