prometheus operator v0.71.2

Prometheus.spec.initContainers[].lifecycle.postStart.httpGet.spec.remoteWrite.queueConfig

QueueConfig allows tuning of the remote write queue parameters.

9 fields
Prometheus.spec.initContainers[].lifecycle.postStart.httpGet.spec.remoteWrite.queueConfig fields and descriptions
Field / TypeDescription
batchSendDeadline
string

BatchSendDeadline is the maximum time a sample will wait in buffer.

capacity
integer

Capacity is the number of samples to buffer per shard before we start dropping them.

maxBackoff
string

MaxBackoff is the maximum retry delay.

maxRetries
integer

MaxRetries is the maximum number of times to retry a batch on recoverable errors.

maxSamplesPerSend
integer

MaxSamplesPerSend is the maximum number of samples per send.

maxShards
integer

MaxShards is the maximum number of shards, i.e. amount of concurrency.

minBackoff
string

MinBackoff is the initial retry delay. Gets doubled for every retry.

minShards
integer

MinShards is the minimum number of shards, i.e. amount of concurrency.

retryOnRateLimit
boolean

Retry upon receiving a 429 status code from the remote-write storage. This is experimental feature and might change in the future.