-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Outputs Mark II #107
Conversation
I'm cool with the breaking change. Sad we have to make it, but everyone will be better for it :) |
Good thought on adding I made a few attempts to not make it such a breaking change but couldn't ever settle on a config format that didn't seem like magic. |
Merge of PR #107, Allow Telegraf to output data to multiple locations beyond InfluxDB, such as Riemann or Kafka
Closing this PR because it got covered by PR #109, apologies that most of your commits got covered up, the rebasing got a little bit crazy ;-) Thanks so much @jipperinbham! This is huge! |
@sparrc thanks for all the help getting this in! Hope to get started on a new output soon. |
_NOTE_
_BREAKING CHANGE_
Once this is merged, all existing config.toml files will be invalid and need to be updated. All examples in the project have been updated with the new format.
Attempt to move the InfluxDB client into an
outputs
pkg to allow for different outputs in the future.@sparrc there's still some merge conflicts but I've done my best to get everything as close to master as possible where I can. Everything has been
go vet
ed andgolint
ed.