mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
kube-prometheus: Regenerate prometheus CRD
This commit is contained in:
parent
24f98e7df9
commit
90f65cc82e
1 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue