We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca5346c + b5ee940 commit ef9c35fCopy full SHA for ef9c35f
1 file changed
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 starting time of the time series within the stat point
161
162
return self._time
163
0 commit comments