VictoriaMetrics / prometheus-benchmark

Benchmark for Prometheus-compatible systems
MIT License
150 stars 25 forks source link

select queries aren't sent to multiple configured remote_write destinations #1

Closed valyala closed 2 years ago

valyala commented 2 years ago

It looks like the benchmark is able to send select queries only to the first configured remote_write destination. If multiple destinations are configured, then others don't receive select queries. This should be fixed.

valyala commented 2 years ago

cc @f41gh7

hagen1778 commented 2 years ago

This would require running multiple vmalert instances. Do you think this would be ok?

valyala commented 2 years ago

This issue has been resolved in https://github.com/f41gh7/rw-benchmark/commit/9417b2c16e5666d2847aad2ed0e0b0694c431adc . Closing the issue.