Factor out service inputs to an own subdirectory/section #11418
Labels
feature request
Requests for new plugin and for new features to existing plugins
size/m
2-4 day effort
Feature Request
Currently, gathering input plugins and service input plugins (aka
listeners
) are mixed in theplugins/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 subdirplugins/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.
The text was updated successfully, but these errors were encountered: