From 8531edf6c9666734d0beea814687e5ee3b726d69 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Thu, 4 Feb 2021 16:39:03 +0000 Subject: Make the noise level used when deciding whether to report resource usage configurable. --- configdefinitions/src/vespa/stor-filestor.def | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configdefinitions/src') 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 -- cgit v1.2.3