Skip to content

Commit a25a4c2

Browse files
Ess 2670 update drio python documentation to let the user know that cold path and adx has different time resolution (#128)
1 parent 81d7a5a commit a25a4c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user_guide/manage_series.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ You can also access any data you have ``TimeSeriesId`` (and authorization) for w
149149

150150
.. warning::
151151

152-
The time resolution of aggregated data is in milliseconds, while the time resolution of non-aggregated data is in nanoseconds. This may lead to discrepancies in data when comparing the two, and some datapoints might get lost when using aggregation to access data, in cases when there are multiple datapoints within the same nanosecond.
152+
The time resolution of aggregated data is in ticks (1tick = 100 nanoseconds), while the time resolution of non-aggregated data is in nanoseconds. This may lead to discrepancies in data when comparing the two, and some datapoints might get lost when using aggregation to access data, in cases when there are multiple datapoints within the same 100 nanosecond range.
153153

154154
Delete data
155155
-----------

0 commit comments

Comments
 (0)