VictoriaMetrics/app/vlselect/logsql
Aliaksandr Valialkin bac193e50b
Some checks are pending
build / Build (push) Waiting to run
CodeQL Go / Analyze (push) Waiting to run
main / lint (push) Waiting to run
main / test (test-full) (push) Blocked by required conditions
main / test (test-full-386) (push) Blocked by required conditions
main / test (test-pure) (push) Blocked by required conditions
publish-docs / Build (push) Waiting to run
app/vlselect: do not show empty fields in query results
Empty fields are treated as non-existing fields by VictoriaLogs data model.
So there is no sense in returning empty fields in query results, since they may mislead and confuse users.
2024-10-14 23:43:58 +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: add missing return from ProcessLiveTailRequest() when the query cannot be live tailed 2024-10-09 16:30:10 +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: do not show empty fields in query results 2024-10-14 23:43:58 +02:00
query_response.qtpl.go app/vlselect: do not show empty fields in query results 2024-10-14 23:43:58 +02: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