MetricStatistics
{
"last_sample": "number",
"max": "number",
"max_ts": "string",
"mean": "number",
"min": "number",
"min_ts": "string",
"num_samples": 0,
"sum": "number",
"trend": "number"
}
value of the last sample. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
maximum value in time series requested. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
timestamp of the minimum value. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
arithmetic mean. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
minimum value in time series requested. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
timestamp of the minimum value. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
Number of actual data samples. It excludes fake data. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
summation of all values. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
slope of the data points across the time series requested. trend = (last_value - avg)/avg. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.