mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-30 23:30:40 +03:00
This commit adds the following changes: * use consistent hashing for the remote write sharding. * properly count metric of remote write samples drop rate when `shardByURL` was enabled. Related issues: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8546 https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8702