Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor pipelines builder, fix some issues #5512

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@

- Update sum field of exponential histograms to make it optional (#5530)
- Remove redundant extension shutdown call (#5532)

- Refactor pipelines builder, fix some issues (#5512)
- 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.
## v0.53.0 Beta

### 🛑 Breaking changes 🛑
Expand Down
188 changes: 0 additions & 188 deletions service/internal/builder/exporters_builder.go

This file was deleted.

114 changes: 0 additions & 114 deletions service/internal/builder/exporters_builder_test.go

This file was deleted.

77 changes: 0 additions & 77 deletions service/internal/builder/factories_test.go

This file was deleted.

Loading