Closed
Description
Feature Request
Currently, gathering input plugins and service input plugins (aka listeners
) are mixed in the plugins/inputs
subdirectory and subsequently share the same TOML prefix. As the naming convention of appending _listener
is both bulky and not always followed :-) it is sometimes impossible to tell them apart without looking to the code.
Proposal:
Move all listener
/service input plugins to a new subdir plugins/serviceinputs
and also change the TOML section to reflect the change. This way it is easier to know what to expect in both editing/reading the config and reviewing code.
Current behavior:
Inputs and service-inputs are mixed.
Desired behavior:
Clearly be able to tell apart both categories without looking at the code.