File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
```
39
39
40
40
- ` locks_limit ` - specify the max number of locks to report in a single notification
41
- - ` notify_locks ` - observe database locks even if they don't conflict with a different SQL query
41
+ - ` monitor_locks ` - observe database locks even if they don't conflict with a different SQL query
42
42
- ` locks_min_duration_ms ` - notify about locks that execeed this duration threshold in milliseconds
43
- - ` notify_blocking ` - observe database locks which cause other SQL query to wait from them to release
43
+ - ` monitor_blocking ` - observe database locks which cause other SQL query to wait from them to release
44
44
- ` blocking_min_duration_ms ` - notify about blocking locks that execeed this duration threshold in milliseconds
45
45
- ` notify_logs ` - send notifications about detected locks using ` Rails.logger.info ` method
46
46
- ` notify_slack ` - send notifications about detected locks to the configured Slack channel
You can’t perform that action at this time.
0 commit comments