tags: give an option to use AWS tags as telegraf tags

From : https://github.com/rossmcdonald/telegraf

Add `telegraf_agent_aws_tags` boolean to enable AWS tag in telegraf agent
tags section.

Also add `telegraf_agent_aws_tags_prefix` to allow usage of a prefix on AWS tags name.
This commit is contained in:
gaelL
2017-09-22 16:50:42 +02:00
parent bd62e6316e
commit 5829b6bc02
5 changed files with 28 additions and 0 deletions

View File

@ -8,6 +8,8 @@ telegraf_agent_debug: False
telegraf_agent_round_interval: True
telegraf_agent_flush_interval: 10
telegraf_agent_flush_jitter: 0
telegraf_agent_aws_tags: False
telegraf_agent_aws_tags_prefix: ""
# v0.13 settings (not sure if supported in older version):
telegraf_agent_collection_jitter: 0