CountBased

ox.resilience.SlidingWindow.CountBased
final case class CountBased(windowSize: Int)

Window counting last n operations when calculating metrics.

Value parameters

windowSize

number of last n results recorded.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product