summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/diagnostics.def
blob: cab58b0df97c118bdf17692db9ed1986bb753010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
version=2
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