VictoriaMetrics/app/vlselect/logsql
Aliaksandr Valialkin 3a556bd15a
app/vlselect/logsql: clone the query with the current timestamp when performing live tailing requests in the loop
Previously the original timestamp was used in the copied query, so _time:duration filters
were applied to the original time range: (timestamp-duration ... timestamp]. This resulted
in stopped live tailing, since new logs have timestamps bigger than the original time range.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7028
2024-09-26 08:57:48 +02:00
..
buffered_writer.go lib/logstorage: work-in-progress 2024-05-14 03:06:02 +02:00
hits_response.qtpl app/vlselect/logsql: add optional fields_limit query arg to /select/logsql/hits HTTP endpoint 2024-06-28 03:10:05 +02:00
hits_response.qtpl.go app/vlselect/logsql: add optional fields_limit query arg to /select/logsql/hits HTTP endpoint 2024-06-28 03:10:05 +02:00
logsql.go app/vlselect/logsql: clone the query with the current timestamp when performing live tailing requests in the loop 2024-09-26 08:57:48 +02:00
logsql.qtpl lib/logstorage: work-in-progress 2024-05-24 03:07:07 +02:00
logsql.qtpl.go lib/logstorage: work-in-progress 2024-05-24 03:07:07 +02:00
query_response.qtpl app/vlselect/logsql: sort query results by _time if their summary size doesnt exceed -select.maxSortBufferSize 2023-07-06 21:25:00 -07:00
query_response.qtpl.go app/vlselect/logsql: sort query results by _time if their summary size doesnt exceed -select.maxSortBufferSize 2023-07-06 21:25:00 -07:00
stats_query_range_response.qtpl app/vlselect: add /select/logsql/stats_query_range endpoint for building time series panels in VictoriaLogs plugin for Grafana 2024-09-07 00:44:34 +02:00
stats_query_range_response.qtpl.go app/vlselect: add /select/logsql/stats_query_range endpoint for building time series panels in VictoriaLogs plugin for Grafana 2024-09-07 00:44:34 +02:00
stats_query_response.qtpl app/vlselect: add /select/logsql/stats_query endpoint, which is going to be used by vmalert 2024-09-06 23:00:58 +02:00
stats_query_response.qtpl.go app/vlselect: add /select/logsql/stats_query endpoint, which is going to be used by vmalert 2024-09-06 23:00:58 +02:00