Skip to content

Commit

Permalink
Document that example components were removed, and how to migrate (#2793
Browse files Browse the repository at this point in the history
)

Fixes: #2783

Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Mar 24, 2021
1 parent 49ddca9 commit b78ff24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
- Remove ValidateConfig and add Validate on the Config struct (#2665)
- Rename pdata Size to OtlpProtoSize (#2726)
- Rename [Traces|Metrics|Logs]Consumer to [Traces|Metrics|Logs] (#2761)
- Remove public access for `componenttest.Example*` components:
- Users of these structs for testing configs should use the newly added `componenttest.Nop*` (update all components name in the config `example*` -> `nop` and use `componenttest.NopComponents()`).
- Users of these structs for sink like behavior should use `consumertest.*Sink`.

## 💡 Enhancements 💡

Expand Down

0 comments on commit b78ff24

Please sign in to comment.