prometheus operator v0.71.2
PrometheusAgent.spec.containers[].lifecycle.preStop.exec.spec.remoteWrite.queueConfig
QueueConfig allows tuning of the remote write queue parameters.
| Field / Type | Description |
|---|---|
batchSendDeadline | BatchSendDeadline is the maximum time a sample will wait in buffer. |
capacity | Capacity is the number of samples to buffer per shard before we start dropping them. |
maxBackoff | MaxBackoff is the maximum retry delay. |
maxRetries | MaxRetries is the maximum number of times to retry a batch on recoverable errors. |
maxSamplesPerSend | MaxSamplesPerSend is the maximum number of samples per send. |
maxShards | MaxShards is the maximum number of shards, i.e. amount of concurrency. |
minBackoff | MinBackoff is the initial retry delay. Gets doubled for every retry. |
minShards | MinShards is the minimum number of shards, i.e. amount of concurrency. |
retryOnRateLimit | Retry upon receiving a 429 status code from the remote-write storage. This is experimental feature and might change in the future. |