Skip to content

Factor out service inputs to an own subdirectory/section #11418

Closed
@srebhan

Description

@srebhan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestRequests for new plugin and for new features to existing pluginssize/m2-4 day effort

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions