Merge pull request #8641 from jheusser/patch-1

Update udp port in README to be in valid range
pull/8642/head
Jonathan A. Sternberg 2017-07-27 13:02:57 -05:00 committed by GitHub
commit 2ac0dc98c6
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Multiple UDP listeners
[[udp]]
# High-traffic UDP
enabled = true
bind-address = ":80891" # the bind address
bind-address = ":8189" # the bind address
database = "mymetrics" # Name of the database that will be written to
batch-size = 5000 # will flush if this many points get buffered
batch-timeout = "1s" # will flush at least this often even if the batch-size is not reached