kairosdb
kairosdb copied to clipboard
Data Allignment in aggregation is not proper.
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
This is because by default the align_sampling property is set to true.