remote-write: slow down retries to avoid DDOS by bboreham · Pull Request #9634 · prometheus/prometheus
Increase the default max retry time from 100ms to 5 seconds. Remote write calls are retried after a recoverable error such as the back-end returning 500. Prometheus waits the minimum time and retri...