VictoriaMetrics/app/vlselect/logsql
Aliaksandr Valialkin 255d1d4e13
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:23 +02:00
..
buffered_writer.go lib/logstorage: work-in-progress 2024-05-14 03:05:03 +02:00
hits_response.qtpl app/vlselect/logsql: add optional fields_limit query arg to /select/logsql/hits HTTP endpoint 2024-06-28 03:08:40 +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:08:40 +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:23 +02:00
logsql.qtpl lib/logstorage: work-in-progress 2024-05-24 03:06:55 +02:00
logsql.qtpl.go lib/logstorage: work-in-progress 2024-05-24 03:06:55 +02:00
query_response.qtpl app/vlselect/logsql: sort query results by _time if their summary size doesnt exceed -select.maxSortBufferSize 2023-06-21 01:11:25 -07:00
query_response.qtpl.go app/vlselect/logsql: sort query results by _time if their summary size doesnt exceed -select.maxSortBufferSize 2023-06-21 01:11:25 -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:41:47 +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:41:47 +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:06:43 +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:06:43 +02:00