-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): use more performant pre-release otel sdk (#35)
## Which problem is this PR solving? - `span.SetAttributes()` even with batching of the attributes in one call from #34, will add them all to the inner `s.attributes` object one at a time, causing excess `growslice` calls. ## Short description of the changes - Cherry-picks in open-telemetry/opentelemetry-go#4818 for improved performance.
- Loading branch information
1 parent
e91c094
commit 7cd540a
Showing
2 changed files
with
10 additions
and
8 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