Skip to content

Commit d34855f

Browse files
add increase to hint alert (#1185)
1 parent f2ce00c commit d34855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache-cassandra-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{
8080
alert: 'HintsStoredOnNode',
8181
expr: |||
82-
cassandra_storage_totalhints_count > %(alertsWarningHintsStored1m)s
82+
increase(cassandra_storage_totalhints_count[5m]) > %(alertsWarningHintsStored1m)s
8383
||| % $._config,
8484
'for': '1m',
8585
labels: {

0 commit comments

Comments
 (0)