move tags to influxdb struct, update all sample configs

This commit is contained in:
JP
2015-08-07 15:31:25 -05:00
committed by Cameron Sparr
parent 16c424de2a
commit 53969ae054
6 changed files with 112 additions and 54 deletions

View File

@@ -35,12 +35,11 @@ database = "telegraf" # required.
# Set the user agent for the POSTs (can be useful for log differentiation)
# user_agent = "telegraf"
# tags = { "dc": "us-east-1" }
# Tags can also be specified via a normal map, but only one form at a time:
# [influxdb.tags]
# dc = "us-east-1"
# tags = { "dc" = "us-east-1" }
# Configuration for telegraf itself
# [agent]