Skip to content

Commit 81d7a5a

Browse files
Documentation on difference in time resolution between cold path and ADX (#127)
1 parent 4101ba5 commit 81d7a5a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/user_guide/manage_series.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ You can also access any data you have ``TimeSeriesId`` (and authorization) for w
147147

148148
Retrieving aggregated data is available only for the last 90 days.
149149

150+
.. warning::
151+
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.
153+
150154
Delete data
151155
-----------
152156

0 commit comments

Comments
 (0)