From f434ee9ae915a2b893c761c78764f6f39dc3d68b Mon Sep 17 00:00:00 2001 From: Frederic Branczyk Date: Wed, 27 Jun 2018 10:24:33 +0200 Subject: [PATCH] kube-prometheus: Regenerate prometheus CRD --- ...r-0prometheusCustomResourceDefinition.yaml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml b/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml index 923344f2..1af66f0f 100644 --- a/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml +++ b/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml @@ -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