SumValueFunction

com.netflix.atlas.core.norm.SumValueFunction
class SumValueFunction(step: Long, next: ValueFunction) extends ValueFunction

Normalizes values by truncating the timestamp to the previous step boundary and accumulating all values for a given time. All values will be passed through to the next function.

Value parameters

next

Normalized values will be passed to the this function.

step

Normalized distance between samples produced by this class.

Attributes

Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(timestamp: Long, value: Double): Unit
override def close(): Unit

Attributes

Definition Classes
ValueFunction -> AutoCloseable
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any