VictoriaMetrics/app
Aliaksandr Valialkin e9647bb669
app/vlinsert: follow-up for d570763c91
- Switch from summary to histogram for vl_http_request_duration_seconds metric.
  This allows calculating request duration quantiles across multiple hosts
  via histogram_quantile(0.99, sum(vl_http_request_duration_seconds_bucket) by (vmrange)).
- Take into account only successfully processed data ingestion requests
  when updating vl_http_request_duration_seconds histogram.
  Failed requests are ignored, since they may significantly skew measurements.
- Clarify the description of the change at docs/VictoriaLogs/CHANGELOG.md.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/4934
2023-09-19 00:02:43 +02:00
..
victoria-logs app/vlselect: handle vmui at /select/vmui path instead of /vmui 2023-06-21 19:52:50 -07:00
victoria-metrics docs: follow-up after aec4b5db81 (#4638) 2023-07-19 10:10:51 +02:00
vlinsert app/vlinsert: follow-up for d570763c91 2023-09-19 00:02:43 +02:00
vlselect app/{vmselect,vlselect}: run make vmui-update vmui-logs-update after recent changes to app/vmui 2023-08-29 12:58:44 +02:00
vlstorage Add flagutil.Duration to avoid conversion bugs (#4835) 2023-09-01 09:27:51 +02:00
vmagent app/vmagent/remotewrite: fix data race when extra labels are added to samples before sending them to multiple remote storage systems 2023-09-08 23:24:00 +02:00
vmalert docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmauth app/vmauth: add ability to specify response status codes for retrying requests during load-balancing 2023-09-08 23:23:15 +02:00
vmbackup docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmbackupmanager docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmctl go.mod: increase the minimum supported Go version from Go1.19 to Go1.20 2023-09-07 13:01:38 +02:00
vmgateway docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vminsert lib/promrelabel: properly replace : char with _ in metric names when -usePromCompatibleNaming command-line flag is set 2023-08-14 16:14:42 +02:00
vmrestore docs: sync description for license flags (#4977) 2023-09-08 17:09:34 +04:00
vmselect app/vmselect: return +Inf as null in graphite render api (#5009) 2023-09-15 19:23:59 +02:00
vmstorage lib/flagutil: add Duration.Milliseconds() convenience function after 0c7d46d637 2023-09-03 10:56:44 +02:00
vmui all: update Go builder from Go1.21.0 to Go1.21.1 2023-09-07 11:36:16 +02:00