Point

com.spotify.heroic.metric.Point

See the Points section in Data Model for more details about what a point is.

Structure
Field Type Purpose
datapoint  required [<timestamp>, <value>]

A single datapoint.

The <timestamp> is the number of milliseconds since unix epoch.

The <value> is the sample value.