AggregatorSettings

com.netflix.atlas.eval.model.AggrDatapoint.AggregatorSettings
case class AggregatorSettings(maxInputDatapoints: Int, maxIntermediateDatapoints: Int, registry: Registry)

Common settings for aggregators.

Value parameters

maxInputDatapoints

Limit for the number of input datapoints.

maxIntermediateDatapoints

Limit for the number of intermediate datapoints.

registry

Registry used for reporting metrics related to the aggregation behavior.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val droppedCounter: Counter

Counter for tracking number of datapoints that are dropped due to exceeding the configured limits.

Counter for tracking number of datapoints that are dropped due to exceeding the configured limits.

Attributes