quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
39 stars 9 forks source link

Fix context range precision gap #123

Closed ddelemeny closed 2 months ago

ddelemeny commented 2 months ago

When looking backwards on a searchAfter request, createContextTimerange creates a range which does not contain the searchAfter target timestamp row.timeEpochNs because of truncated precision.

This PR does the following :