Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor pipelines builder, fix some issues
* Unconfigured receivers are not identified, this was not a real problem in final binaries since the validation of the config catch this. * Allow configurations to contain "unused" receivers. Receivers that are configured but not used in any pipeline, this was possible already for exporters and processors. * Remove the enforcement/check that Receiver factories create the same instance for the same config. Signed-off-by: Bogdan Drutu <[email protected]>
- Loading branch information