Skip to content

Commit

Permalink
Merge pull request grafana#423 from daixiang0/full-config
Browse files Browse the repository at this point in the history
add miss promtail client config option
  • Loading branch information
davkal authored Mar 29, 2019
2 parents f9c3f7b + 195971e commit cfa0ba8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions production/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,25 @@ promtail:

config:
client:
# Maximum wait period before sending batch
batchwait: 1s
# Maximum batch size to accrue before sending, unit is byte
batchsize: 102400

# Maximum time to wait for server to respond to a request
timeout: 10s

backoff_config:
# Initial backoff time between retries
minbackoff: 100ms
# Maximum backoff time between retries
maxbackoff: 5s
# Maximum number of retires when sending batches, 0 means infinite retries
maxretries: 5

# The labels to add to any time series or alerts when communicating with loki
external_labels: {}

server:
http_listen_port: 3101
positions:
Expand Down

0 comments on commit cfa0ba8

Please sign in to comment.