[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
This commit is contained in:
Andrew Wilkins 2025-05-14 21:05:33 -07:00 committed by GitHub
parent 2c50863819
commit 97a6accbc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# Exporter Helper
This is a helper exporter that other exporters can depend on. Today, it primarily offers queued retry capabilities.
> :warning: This exporter should not be added to a service pipeline.
This package provides reusable implementations of common capabilities for exporters.
Currently, this includes queuing, batching, timeouts, and retries.
## Configuration