RateValueFunction

com.netflix.atlas.core.norm.RateValueFunction

Converts values into a rate per second. The input values should be a monotonically increasing.

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