VictoriaMetrics/app/vmselect/prometheus
Roman Khavronenko b5d6a0e499
vmselect: update vm_request_duration_seconds value when request fails (#1537)
Before, metric `vm_request_duration_seconds` was update only on successful
attempts which could be misleading. For example, timeout errors on netstorage
request may be not accounted in the metric and won't be visible on dashboards.
Using `defer` statement to update the metric after query arguments validation
may improve the situation.
2021-08-19 13:58:54 +03:00
..
error_response.qtpl all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
error_response.qtpl.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
export.qtpl app/vmselect: add ability to export data in CSV format via /api/v1/export/csv 2020-10-12 20:08:17 +03:00
export.qtpl.go app/vmselect: add ability to export data in CSV format via /api/v1/export/csv 2020-10-12 20:08:17 +03:00
federate.qtpl all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm 2019-10-17 18:23:23 +03:00
federate.qtpl.go all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm 2019-10-17 18:23:23 +03:00
label_values_response.qtpl all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
label_values_response.qtpl.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
labels_count_response.qtpl app/vmselect: add /api/v1/labels/count handler for quick detection of labels with the maximum number of distinct values 2019-06-10 19:55:38 +03:00
labels_count_response.qtpl.go app/vmselect: add /api/v1/labels/count handler for quick detection of labels with the maximum number of distinct values 2019-06-10 19:55:38 +03:00
labels_response.qtpl all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
labels_response.qtpl.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
prometheus.go vmselect: update vm_request_duration_seconds value when request fails (#1537) 2021-08-19 13:58:54 +03:00
prometheus_test.go app/vmselect: move getEnforcedTagFiltersFromRequest to searchtuils, since it will be used in Graphite functions soon 2021-03-23 14:16:29 +02:00
query_range_response.qtpl all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
query_range_response.qtpl.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
query_response.qtpl all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
query_response.qtpl.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
series_count_response.qtpl all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm 2019-10-17 18:23:23 +03:00
series_count_response.qtpl.go all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm 2019-10-17 18:23:23 +03:00
series_response.qtpl all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
series_response.qtpl.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
tsdb_status_response.qtpl app/vmselect: add /api/v1/status/tsdb page with useful stats for locating root cause for high cardinality issues 2020-04-22 22:03:43 +03:00
tsdb_status_response.qtpl.go app/vmselect: add /api/v1/status/tsdb page with useful stats for locating root cause for high cardinality issues 2020-04-22 22:03:43 +03:00
util.qtpl app/vmselect/prometheus: minimize the diff for the change 1033dc7e2a over 619b0a25c9 2020-07-13 21:40:38 +03:00
util.qtpl.go app/vmselect/prometheus: minimize the diff for the change 1033dc7e2a over 619b0a25c9 2020-07-13 21:40:38 +03:00