Add option to amqp output to publish persistent messages (#3528)

This commit is contained in:
Daniel Nelson
2017-11-30 18:40:12 -08:00
committed by GitHub
parent a9951710b3
commit 44320a5421
2 changed files with 27 additions and 4 deletions

View File

@@ -29,6 +29,9 @@ For an introduction to AMQP see:
## Telegraf tag to use as a routing key
## ie, if this tag exists, its value will be used as the routing key
routing_tag = "host"
## Delivery Mode controls if a published message is persistent
## Valid options are "transient" and "persistent". default: "transient"
# delivery_mode = "transient"
## InfluxDB retention policy
# retention_policy = "default"