kairosdb icon indicating copy to clipboard operation
kairosdb copied to clipboard

Data Allignment in aggregation is not proper.

Open biswaKL opened this issue 3 years ago • 1 comments

If the timestamp of my data point is exactly at 1:45:00, And I do a 1 min Average aggregation, and allign by end time,

The same data point is moving to 1:46:00.

Ideally this should not happen. it should stay in 1:45:00

biswaKL avatar Aug 12 '22 13:08 biswaKL

This is because by default the align_sampling property is set to true.

iudeen avatar Jan 12 '23 08:01 iudeen