From bb5bce1e8ad1e31e3ed85a2cefef9cbafa921394 Mon Sep 17 00:00:00 2001 From: Gerjan Date: Fri, 6 Sep 2024 09:50:46 +0200 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29768c..6319f2c 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ end ``` - `locks_limit` - specify the max number of locks to report in a single notification -- `notify_locks` - observe database locks even if they don't conflict with a different SQL query +- `monitor_locks` - observe database locks even if they don't conflict with a different SQL query - `locks_min_duration_ms` - notify about locks that execeed this duration threshold in milliseconds -- `notify_blocking` - observe database locks which cause other SQL query to wait from them to release +- `monitor_blocking` - observe database locks which cause other SQL query to wait from them to release - `blocking_min_duration_ms` - notify about blocking locks that execeed this duration threshold in milliseconds - `notify_logs` - send notifications about detected locks using `Rails.logger.info` method - `notify_slack` - send notifications about detected locks to the configured Slack channel