-
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
config api #8489
config api #8489
Conversation
d5f3739
to
e80afb5
Compare
Hi Steven, Jess asked us to get config api reviewed through this PR. Your last change here was Feb 12 and there are lots of merge conflicts. Is this your latest code and is it ready for review? I took a quick look at the conflicts and most of them are trivial, but agent/agent.go is more complex. It doesn't seem productive to do a review of it without the conflicts resolved. Would you resolve them? We're going to need the test and once command line options to be working before this can be merged. Are they still disabled? |
The agent tests don't pass for me. In master they load a test config file (config/testdata/telegraf-agent.toml) but don't start running the plugins. It looks like in this branch they run the plugins which causes the tests to fail because they can't connect to services. I've attached the output of |
All tests are passing on the branch now. You won't see this in github because it's running it against master, not the local branch. Once you've had a pass-through we can look at updating it with the latest master branch. |
this branch has been rebased with master and moved to #9546. this can be closed when the review is done or not using this branch anymore. |
Closing in favor of: #9546 |
config.api plugin