Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Dec 4, 2023
1 parent ba2903a commit 6443d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ when the record has more attribute than 5
However, according to [^1], only ~5% of code emits log records
with more than 5 attributes.
Moreover, according to
[the benchamrks](https://github.com/open-telemetry/opentelemetry-go/pull/4725#discussion_r1413884476),
[the benchmarks](https://github.com/open-telemetry/opentelemetry-go/pull/4725#discussion_r1413884476),
it would only save a few allocations
when the number of attributes is greater than 5
and the time execution tend to be slower for 5 attributes or less.
Expand Down

0 comments on commit 6443d19

Please sign in to comment.