summaryrefslogtreecommitdiffstats
path: root/statistics/src/main/resources/configdefinitions/container.statistics.def
diff options
context:
space:
mode:
Diffstat (limited to 'statistics/src/main/resources/configdefinitions/container.statistics.def')
-rw-r--r--statistics/src/main/resources/configdefinitions/container.statistics.def22
1 files changed, 22 insertions, 0 deletions
diff --git a/statistics/src/main/resources/configdefinitions/container.statistics.def b/statistics/src/main/resources/configdefinitions/container.statistics.def
new file mode 100644
index 00000000000..92da7704714
--- /dev/null
+++ b/statistics/src/main/resources/configdefinitions/container.statistics.def
@@ -0,0 +1,22 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=container
+
+## Interval between internal sample points measured in seconds
+collectionintervalsec double default=300.0
+
+## Interval between each dump to log measured in seconds
+loggingintervalsec double default=300.0
+
+## Configuration for measured values
+values[].name string
+
+## An array of what operations should be performed on gathered data
+values[].operations[].name enum { RAW, MEAN, MIN, MAX, REGULAR, CUMULATIVE, REVERSE_CUMULATIVE, SUM, INSERTIONS } default=RAW
+
+## Arguments for the operations, typically limits for arrays.
+values[].operations[].arguments[].key string
+values[].operations[].arguments[].value string
+
+## The counters which should be reset between each collection interval,
+## and therefore be logged as values.
+counterresets[].name string