Skip to content

Commit 97a6acc

Browse files
authored
[chore] exporter/exporterhelper: remove outdated warning (#12930)
#### Description The warning does not appear to be relevant any more. It comes from a time when the package provided a factory, and I assume it was warning against using that factory directly within the service pipeline, as opposed to indirectly from another exporter. #### Link to tracking issue N/A #### Testing N/A #### Documentation N/A
1 parent 2c50863 commit 97a6acc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exporter/exporterhelper/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Exporter Helper
22

3-
This is a helper exporter that other exporters can depend on. Today, it primarily offers queued retry capabilities.
4-
5-
> :warning: This exporter should not be added to a service pipeline.
3+
This package provides reusable implementations of common capabilities for exporters.
4+
Currently, this includes queuing, batching, timeouts, and retries.
65

76
## Configuration
87

0 commit comments

Comments
 (0)