deis / monitor

Monitoring for Deis Workflow
https://deis.com
MIT License
22 stars 32 forks source link

Telegraf Tag support for cloud providers #78

Closed sstarcher closed 8 years ago

sstarcher commented 8 years ago

Would their be any interest in adding cloud specific tags to the telegraf data? I currently add AWS instance_id to the global_tags field of telegraf.

jchauncey commented 8 years ago

yeah I wasnt sure how I wanted to accomplish this with pulling the data into the toml file. If you have any suggestions Id be welcome to take a look

sstarcher commented 8 years ago

How about relying on the pod definition to pass in the data and using helm to generate the template.

So pass in an environment variable to telegraf -e GLOBAL_TAGS='KEY:VALUE,KEY:VALUE"

jchauncey commented 8 years ago

closed via #79