summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-02-04 16:39:03 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-02-04 16:39:03 +0000
commit8531edf6c9666734d0beea814687e5ee3b726d69 (patch)
tree7914e320be25894f681738f587f7abc0720b0152 /configdefinitions/src
parentcf73d91645b70eb1a78cbe44f6be31d3ed5979b5 (diff)
Make the noise level used when deciding whether to report resource usage configurable.
Diffstat (limited to 'configdefinitions/src')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def
index eb858cfe65c..a8466987560 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -64,3 +64,10 @@ enable_multibit_split_optimalization bool default=true restart
## This async message is then handled by the calling thread immediately,
## instead of going via a persistence thread.
use_async_message_handling_on_schedule bool default=false restart
+
+## The noise level used when deciding whether a resource usage sample should be reported to the cluster controller.
+##
+## If one of the resource categories (e.g. disk or memory) has a usage delta that is larger than the noise level,
+## the entire resource usage sample is immediately reported to the cluster controller (via host info).
+## This config can be live updated (doesn't require restart).
+resource_usage_reporter_noise_level double default=0.001