VictoriaMetrics/app
Roman Khavronenko 63e0f16062
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:38:47 +03:00
..
victoria-metrics lib/pushmetrics: properly handle errors when initializing pushmetrics 2022-07-22 13:36:06 +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:20 +03:00
vmalert app/vmalert/templates: add toTime() template function in the same way as Prometheus 2.38 does 2022-08-15 00:49:31 +03:00
vmauth all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmbackup all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmbackupmanager all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:24:24 +03:00
vmctl all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmgateway all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:24:24 +03:00
vminsert lib/promscrape: follow-up after 2c553d5a2f 2022-08-08 14:46:26 +03:00
vmrestore all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmselect vmselect: introduce UserReadableError type of error (#2894) 2022-08-15 13:38:47 +03:00
vmstorage add next retention metric (#2863) 2022-07-13 12:37:04 +03:00
vmui vmui: shortcut keys legend (#2971) 2022-08-15 11:54:47 +03:00