Skip to content

Commit

Permalink
Add metrics for watchdog test runs
Browse files Browse the repository at this point in the history
Signed-off-by: lzhu286 <[email protected]>
  • Loading branch information
lzhu286 authored and LiSodium committed Aug 28, 2024
1 parent 187d86e commit e41ddda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tunables.test/t00_all_tunables.expected
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@
(name='warn_nondbreg_records', description='warn on non-dbreg records before checkpoint', type='BOOLEAN', value='OFF', read_only='N')
(name='warn_on_replicant_log_write', description='Warn if replicant is writing to logs', type='BOOLEAN', value='ON', read_only='N')
(name='warn_slow_replicants', description='Warn if any replicant's average response times over the last 10 seconds are significantly worse than the second worst replicant's.', type='BOOLEAN', value='ON', read_only='N')
(name='watchthreshold', description='Panic if node has been unhealty (unresponsive, out of resources, etc.) for more than this many seconds. The default value is 60.', type='INTEGER', value='60', read_only='Y')
(name='watchthreshold', description='Panic if node has been unhealthy (unresponsive, out of resources, etc.) for more than this many seconds. The default value is 60.', type='INTEGER', value='60', read_only='Y')
(name='written_rows_warn', description='Set warning threshold for rows written in a transaction. (Default: 0)', type='INTEGER', value='0', read_only='N')
(name='zliblevel', description='If zlib compression is enabled, this determines the compression level.', type='INTEGER', value='6', read_only='N')
(name='ztrace', description='', type='BOOLEAN', value='OFF', read_only='N')

0 comments on commit e41ddda

Please sign in to comment.