1
0
Fork 0
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:
Frederic Branczyk 2018-06-27 10:24:33 +02:00
parent 24f98e7df9
commit 90f65cc82e
No known key found for this signature in database
GPG key ID: 7741A52782A90069

View file

@ -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