-
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
[WIP] Etcd integration for configuration #465
Conversation
Thank you @titilambert! I know that some people are going to be excited about using this. I need to finish work on 0.3.0 before I can get these merged though, so don't expect progress on this for a couple weeks, and it will need to be rebased off of those changes. |
@sparrc Perfect! It's just a POC. If some people want to test and give feedback it could be really cool :) |
@titilambert can you rebase with master? |
2f32f20
to
7b04a9e
Compare
@sparrc rebased with master ! |
@sparrc I think we need to write some specs about this feature. Are you available on IRC ? |
121fd61
to
6af336b
Compare
Added:
WIP:
Missing:
|
291ceee
to
291bbbb
Compare
@titilambert I'll be available tomorrow, I'll email you |
6b688f5
to
81ba040
Compare
@sparrc rebased :) |
f4580bd
to
e0171fe
Compare
Hello !
I just started an example of what could be the etcd integration with telegraf
Here an example:
1 . Make a myconf.conf file, which will be stored in etcd, with the following content :
2 . Send this file to etcd using the label mylabel
3 . You can check if data is really written in etcd with
3 . Now any telegraf agent can load this config use the label mylabel
Notes: