Skip to content
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

Change plugin config to be specified as a list #383

Merged
merged 5 commits into from
Nov 30, 2015
Merged

Commits on Nov 26, 2015

  1. Change plugin config to be specified as a list

    This makes plugin configuration more similar to output configuration,
    where we can specify multiple plugins as a list. The idea behind this is
    that the Telegraf agent can handle the multi-processing and error
    handling better than each plugin handling that internally. This will
    also allow for having different plugin configurations for different
    instances of the same type of plugin.
    sparrc committed Nov 26, 2015
    Configuration menu
    Copy the full SHA
    78f2ea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    224a570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dde60e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    979e5f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Configuration menu
    Copy the full SHA
    a5f2d5f View commit details
    Browse the repository at this point in the history