java.lang.Object
org.elasticsearch.xpack.core.rollup.job.MetricConfig
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject

public class MetricConfig extends Object implements Writeable, ToXContentObject
The configuration object for the metrics portion of a rollup job config { "metrics": [ { "field": "foo", "metrics": [ "min", "max", "sum"] }, { "field": "bar", "metrics": [ "max" ] } ] }