configdefinitions.container.statistics.def Maven / Gradle / Ivy
# Copyright Yahoo. 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