VictoriaMetrics/lib/protoparser/promremotewrite
Aliaksandr Valialkin 9dfe00c962 lib/protoparser/promremotewrite: synchronously process Prometheus remote_write requests
There is no reason in processing these requests asynchronously in the face of https://github.com/VictoriaMetrics/VictoriaMetrics/issues/896
Synchronous processing code is easier to read and understand than the previous async code
2020-11-13 12:17:32 +02:00
..
streamparser.go lib/protoparser/promremotewrite: synchronously process Prometheus remote_write requests 2020-11-13 12:17:32 +02:00