We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa08c59 commit b12d883Copy full SHA for b12d883
btrdb/point.py
@@ -105,8 +105,8 @@ class StatPoint(object):
105
Parameters
106
----------
107
time : int
108
- The time in which the aggregated values represent in nanoseconds since
109
- the Unix epoch.
+ The start time of the window which spans the aggregated values. Represented
+ in nanoseconds since the Unix epoch.
110
min : float
111
The minimum value in a time series within a specified range of time.
112
mean : float
@@ -157,7 +157,7 @@ def from_proto_list(cls, proto_list):
157
@property
158
def time(self):
159
"""
160
- The mean value of the time series point within a range of time
+ The stating time value of the time series within a range of time
161
162
return self._time
163
0 commit comments