VictoriaMetrics/app
Aliaksandr Valialkin 2ac5f00d98 app/vmselect: propagate errors from vmstorage to response to the client if -search.denyPartialResponse command-line flag is set
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/891

This commit also adds `"isPartial":{true|false}` field to `/api/v1/*` responses. `"isPartial":true` is set when the response
is based on a partial data because some of vmstorage nodes weren't available during query processing.
2020-11-14 13:20:10 +02:00
..
vmagent all: consistently return text-based HTTP responses with charset=utf-8 2020-11-13 10:30:21 +02:00
vmalert all: consistently return text-based HTTP responses with charset=utf-8 2020-11-13 10:30:21 +02:00
vmauth docs: improve readability a bit 2020-09-29 13:05:05 +03:00
vmbackup vmbackup fix panic when no origin fs given (#859) 2020-11-01 23:17:01 +02:00
vminsert app/vminsert/netstorage: return 503 status code to client when all the vmstorage nodes are unavailable 2020-11-14 00:44:41 +02:00
vmrestore Fix typo in vnrestore readme 2020-10-20 10:49:22 +03:00
vmselect app/vmselect: propagate errors from vmstorage to response to the client if -search.denyPartialResponse command-line flag is set 2020-11-14 13:20:10 +02:00
vmstorage all: consistently return text-based HTTP responses with charset=utf-8 2020-11-13 10:30:21 +02:00