Add support for loading receiver configurations from external YAML files, keeping backwards compatibility with inline receivers in the main config.
- New YAML field
receiver_files(list of glob patterns) onConfigstruct - Mutually exclusive with inline
receivers: error if both are set - Glob patterns supported (e.g.
receivers/*.yml), consistent withtemplates - Relative paths resolved against config file directory (same as templates)
- Each file contains a YAML list of
Receiverobjects (one or more per file)