-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give distinct names to the trace/metrics batch processors in the otel…
…col-based exporters (#587) **Description:** The trace and metric SDKs both use the same processor with the same name, which makes a single-writer rule violation. Insert "trace" and "metric" accordingly, following the pattern used for the exporters (which _did_ distinguish the two already).
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters