DatapointTuple

com.netflix.atlas.core.model.DatapointTuple
case class DatapointTuple(id: ItemId, tags: Map[String, String], timestamp: Long, value: Double)

Simple tuple representing a datapoint. Can be used in place of Datapoint when the use-case does not require a TimeSeries. The id must be pre-computed for the tuple where it cannot be passed in an will be computed on first access for Datapoint.

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product