Add write timeout to Riemann output (#2576)

This commit is contained in:
Daniel Nelson
2017-03-27 15:49:45 -07:00
committed by GitHub
parent 84a9f91f5c
commit 78c7f4e4af
3 changed files with 14 additions and 2 deletions

View File

@@ -34,6 +34,9 @@ This plugin writes to [Riemann](http://riemann.io/) via TCP or UDP.
## Description for Riemann event
# description_text = "metrics collected from telegraf"
## Riemann client write timeout, defaults to "5s" if not set.
# timeout = "5s"
```
### Required parameters: