NamespaceManagementStatsTimeSeriesTimeSeries

A set of timestamps and statistical values representing a time series. The lengths of TimeSeries.TimeSeries.time-stamps and TimeSeries.TimeSeries.values will always match each other.


Properties

string
counter Required

Counter identifier.


array of integer as int64
time_stamps Required

Sequence of UNIX timestamp values at which statistical values were sampled. https://en.wikipedia.org/wiki/Unix_time


array of integer as int64
values Required

Sequence of sampled values corresponding to the timestamps in tss.

JSON Example

{
	"counter": "string",
	"time_stamps": [
		0
	],
	"values": [
		0
	]
}
Returned By

Get Stats Time Series

Feedback

Was this page helpful?