kube-prometheus: Regenerate prometheus CRD
This commit is contained in:
@@ -1801,6 +1801,42 @@ spec:
|
||||
proxyUrl:
|
||||
description: Optional ProxyURL
|
||||
type: string
|
||||
queueConfig:
|
||||
description: QueueConfig allows the tuning of remote_write queue_config
|
||||
parameters. This object is referenced in the RemoteWriteSpec
|
||||
object.
|
||||
properties:
|
||||
batchSendDeadline:
|
||||
description: BatchSendDeadline is the maximum time a sample
|
||||
will wait in buffer.
|
||||
type: string
|
||||
capacity:
|
||||
description: Capacity is the number of samples to buffer per
|
||||
shard before we start dropping them.
|
||||
format: int32
|
||||
type: integer
|
||||
maxBackoff:
|
||||
description: MaxBackoff is the maximum retry delay.
|
||||
type: string
|
||||
maxRetries:
|
||||
description: MaxRetries is the maximum number of times to
|
||||
retry a batch on recoverable errors.
|
||||
format: int32
|
||||
type: integer
|
||||
maxSamplesPerSend:
|
||||
description: MaxSamplesPerSend is the maximum number of samples
|
||||
per send.
|
||||
format: int32
|
||||
type: integer
|
||||
maxShards:
|
||||
description: MaxShards is the maximum number of shards, i.e.
|
||||
amount of concurrency.
|
||||
format: int32
|
||||
type: integer
|
||||
minBackoff:
|
||||
description: MinBackoff is the initial retry delay. Gets doubled
|
||||
for every retry.
|
||||
type: string
|
||||
remoteTimeout:
|
||||
description: Timeout for requests to the remote write endpoint.
|
||||
type: string
|
||||
|
Reference in New Issue
Block a user