VictoriaMetrics/app/vlinsert/loki
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
..
loki.go app/vlinsert: follow-up for d570763c91 2023-09-19 00:02:43 +02:00
loki_json.go app/vlinsert: follow-up for d570763c91 2023-09-19 00:02:43 +02:00
loki_json_test.go app/vlinsert/loki: follow-up after 09df5b66fd 2023-07-20 16:48:21 -07:00
loki_json_timing_test.go app/vlinsert/loki: follow-up after 09df5b66fd 2023-07-20 16:48:21 -07:00
loki_protobuf.go app/vlinsert: follow-up for d570763c91 2023-09-19 00:02:43 +02:00
loki_protobuf_test.go app/vlinsert/loki: follow-up after 09df5b66fd 2023-07-20 16:48:21 -07:00
loki_protobuf_timing_test.go app/vlinsert/loki: follow-up after 09df5b66fd 2023-07-20 16:48:21 -07:00
push_request.pb.go app/vlinsert/loki: manually remove bloat dependecies for generate proto file (#4686) 2023-07-22 15:36:00 -07:00
push_request.proto app/vlinsert: add support of loki push protocol (#4482) 2023-07-20 10:10:55 +02:00
timestamp.go app/vlinsert: add support of loki push protocol (#4482) 2023-07-20 10:10:55 +02:00
types.go app/vlinsert: add support of loki push protocol (#4482) 2023-07-20 10:10:55 +02:00