summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/zscores/zscores.conf
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/zscores/zscores.conf')
-rw-r--r--collectors/python.d.plugin/zscores/zscores.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/collectors/python.d.plugin/zscores/zscores.conf b/collectors/python.d.plugin/zscores/zscores.conf
index fab18c787..07d62ebe6 100644
--- a/collectors/python.d.plugin/zscores/zscores.conf
+++ b/collectors/python.d.plugin/zscores/zscores.conf
@@ -83,7 +83,7 @@ local:
# length of time to base calculations off for mean and stddev
train_secs: 14400 # use last 4 hours to work out the mean and stddev for the zscore
- # offset preceeding latest data to ignore when calculating mean and stddev
+ # offset preceding latest data to ignore when calculating mean and stddev
offset_secs: 300 # ignore last 5 minutes of data when calculating the mean and stddev
# recalculate the mean and stddev every n steps of the collector
@@ -99,10 +99,10 @@ local:
z_abs: 'true'
# burn in period in which to initially calculate mean and stddev on every step
- burn_in: 2 # on startup of the collector continually update the mean and stddev in case any gaps or inital calculations fail to return
+ burn_in: 2 # on startup of the collector continually update the mean and stddev in case any gaps or initial calculations fail to return
# mode can be to get a zscore 'per_dim' or 'per_chart'
mode: 'per_chart' # 'per_chart' means individual dimension level smoothed zscores will be aggregated to one zscore per chart per time step
# per_chart_agg is how you aggregate from dimension to chart when mode='per_chart'
- per_chart_agg: 'mean' # 'absmax' will take the max absolute value accross all dimensions but will maintain the sign. 'mean' will just average.
+ per_chart_agg: 'mean' # 'absmax' will take the max absolute value across all dimensions but will maintain the sign. 'mean' will just average.