Series

Summary

A metric time series.

Description

none

Fields

Field Name Type Since Version Description
name String The metric type name
pointInterval Long The amount of time, in milliseconds, between data points
pointStart Long The time of the first data point in milliseconds
data Float[] The a metric measurement at a specific time interval

Example JSON

{
  "name" : "numMessages",
  "pointInterval" : 300000,
  "pointStart" : 1363737600000,
  "data" : [ 0.0, 0.0, 1.0, 0.0, 2.0, 0.0, 3.0, 0.0, 4.0 ]
}