You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The duration of bucket for the accumulation."
2141
+
"description": "The interval at which data points are accumulated."
2142
2142
},
2143
2143
"name": {
2144
2144
"type": "string",
@@ -2165,7 +2165,7 @@
2165
2165
}
2166
2166
]
2167
2167
},
2168
-
"description": "Timeseries values.\nEach element is a tuple of a timestamp in Unix epoch seconds and a data point.\nThe data point represents the accumulated value for a bucket of time starting at the provided timestamp, lasting for the duration of the `bucket_length` parameter."
2168
+
"description": "Timeseries values.\nEach element is a tuple of a timestamp in Unix epoch seconds and a data point.\nThe data point represents the accumulated value for the time period starting at the timestamp,\nspanning one `interval`."
2169
2169
}
2170
2170
}
2171
2171
},
@@ -2693,14 +2693,14 @@
2693
2693
},
2694
2694
{
2695
2695
"type": "object",
2696
-
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\nbucket.",
2696
+
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\ninterval.",
0 commit comments