Appearance
A single data point in a time series
graphql
type SeriesPoint {
ts: DateTime!
value: Float!
}Fields
SeriesPoint.ts ● DateTime! non-null scalar
Timestamp for this bucket (start of the bucket period)
SeriesPoint.value ● Float! non-null scalar
Aggregated value for this bucket
Member Of
Series object