MetricTimeline
Summary
The metrics timeline report is a report of a specific metric over a period of time.
Description
none
Fields
| Field Name | Type | Since Version | Description |
|---|---|---|---|
name |
String | The metric name. | |
series |
[Series] | The time series. |
Example JSON
{
"name" : "numMessages",
"series" : [ {
"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 ]
} ]
}