ProbesMetric

algoliasearch.monitoring.ProbesMetric
case class ProbesMetric(t: Option[Long], v: Option[Int])

ProbesMetric

Value parameters

t

Timestamp in Unix epoch time in milliseconds.

v

Value of the metric.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product