PeriodSnapshot

case class PeriodSnapshot(from: Instant, to: Instant, counters: Seq[Values[Long]], gauges: Seq[Values[Double]], histograms: Seq[Distributions], timers: Seq[Distributions], rangeSamplers: Seq[Distributions])

Contains immutable snapshots of all metrics and the values recorded on their instruments for a given period of time.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product