MetricSnapshot

case class MetricSnapshot[Sett <: Settings, Snap](name: String, description: String, settings: Sett, instruments: Seq[Snapshot[Snap]])

Contains snapshots of all known instruments for a given metric. Instances of this class are meant to be exposed to metric reporters via the PeriodSnapshot.

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