aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/diagnostics.def
blob: 33f733d4386b9ed0703d31b4703cb7653d54a5e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=container.core

## The fraction of queries to time out over a period of 10s to consider
## the system in breakdown.
timeoutfraction double default=0.1

## Minimum QPS to consider the system in breakdown.
minimumqps int default=1

## Whether to shut down process if in a deadlock situation
shutdown bool default=false

## Whether to totally disable the detector. Alternative to system property
## which works better in tests.
disabled bool default=false