Skip to content

Commit 0a8f29c

Browse files
committed
fix lint
1 parent 488c847 commit 0a8f29c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

redis-enterprise-mixin/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
},
9494
{
95-
alert: 'RedisEnterpriseDatabaseHighMemoryUtilization',
95+
alert: 'RedisEnterpriseHighMemUtilization',
9696
expr: |||
9797
sum(bdb_used_memory{%(filteringSelector)s}) by (bdb, redis_cluster) / sum(bdb_memory_limit{%(filteringSelector)s}) by (bdb, redis_cluster) * 100 > %(alertsDatabaseHighMemoryUtilization)s
9898
||| % this.config,

redis-enterprise-mixin/prometheus_rules_out/prometheus_alerts.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis-enterprise-mixin/signals/nodes.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function(this) {
3333
unit: 'none',
3434
sources: {
3535
prometheus: {
36-
expr: 'bdb_up{%(queriesSelector)s}', // intentionall no filtering on the node
36+
expr: 'bdb_up{%(queriesSelector)s}', // intentionall no filtering on the node
3737
legendCustomTemplate: 'db: {{ bdb }}',
3838
},
3939
},

0 commit comments

Comments
 (0)