VictoriaMetrics/app
Roman Khavronenko 8a26ec435d
vmselect: introduce UserReadableError type of error (#2894)
When read query fails, VM returns rich error message with
all the details. While these details might be useful
for debugging specific cases, they're usually too verbose
for users.
Introducing a new error type `UserReadableError` is supposed
to allow to return to user only the most important parts
of the error trace. This supposed to improve error readability
in web interfaces such as VMUI or Grafana.

The full error trace is still logged with the full context
and can be found in vmselect logs.

Signed-off-by: hagen1778 <roman@victoriametrics.com>

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-08-15 13:53:18 +03:00
..
vmagent lib/promscrape: update links to sd_configs from Prometheus site to https://docs.victoriametrics.com/sd_configs.html 2022-08-15 01:40:48 +03:00
vmalert app/vmalert/templates: add toTime() template function in the same way as Prometheus 2.38 does 2022-08-15 00:49:52 +03:00
vmauth all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmbackup all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmbackupmanager all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:25:26 +03:00
vmctl all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmgateway all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:25:26 +03:00
vminsert app/vminsert/netstorage: pre-initialize the remaining throttled loggers 2022-08-04 18:34:42 +03:00
vmrestore all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmselect vmselect: introduce UserReadableError type of error (#2894) 2022-08-15 13:53:18 +03:00
vmstorage lib/pushmetrics: properly handle errors when initializing pushmetrics 2022-07-22 13:38:25 +03:00
vmui vmui: shortcut keys legend (#2971) 2022-08-15 12:04:30 +03:00