Skip to content

Commit 48dc3c7

Browse files
committed
BREAKING CHANGE: update default metric name to elasticache.slowlog
1 parent 599ef24 commit 48dc3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda_function.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def lambda_handler(event: {}, context: {})
5555
),
5656
namespace: ENV.fetch('NAMESPACE'),
5757
env: ENV.fetch('ENV'),
58-
metricname: ENV.fetch('METRICNAME', 'redis.slowlog.micros')
58+
metricname: ENV.fetch('METRICNAME', 'elasticache.slowlog')
5959
)
6060

6161
@slowlog_check.update_metadatas

0 commit comments

Comments
 (0)