Field |
Type |
Purpose |
type
required
|
"points"|"spreads"|"groups"
|
Type of the result group.
|
hash
required
|
<string>
|
A string uniquely identifying this result group.
|
shard
required
|
{<string>: <string>}
|
The shard that the result group came from.
|
cadence
required
|
<number>
|
The cadence at which a client can expect samples in this group to adhere to.
|
values
required
|
[[<timestamp>, <sample>], ..]
|
A list of values of the given type .
-
"series" indicates that the
<sample> is a <number> .
|
tags
required
|
{<string>: <string>}
|
The set of tags that have a single value.
|
tagCounts
required
|
{<string>: <number>}
|
The set of tags that have more than a single value, the number is the number of distinct tags.
|