Skip to content

Commit

Permalink
Fix typo in requirements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored and tigrannajaryan committed Jan 11, 2024
1 parent 4ca4f03 commit 34d29fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Ideally it must also support very fast pass-through mode (when no modifications

The protocol must impose minimal pressure on memory manager, including pass-through scenarios, when deserialized data is short-lived and must be serialized as-is shortly after and when such short-lived data is created and discarded at high frequency (think telemetry data forwarders).

The implementation of telemetry protocol must aim to minimize the number of memory allocations and dealocations performed during serialization and deserialization and aim to minimize the pressure on Garbage Collection (for GC languages).
The implementation of telemetry protocol must aim to minimize the number of memory allocations and deallocations performed during serialization and deserialization and aim to minimize the pressure on Garbage Collection (for GC languages).

### Level 7 Load Balancer Friendly

Expand Down
2 changes: 1 addition & 1 deletion docs/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases:
- /docs/reference/specification/protocol/otlp
- /docs/specs/otel/protocol/otlp
spelling:
cSpell:ignore backoff backpressure dealocations errdetails nanos proto reconnections retryable
cSpell:ignore backoff backpressure errdetails nanos proto reconnections retryable
cascade:
body_class: otel-docs-spec
github_repo: &repo https://github.com/open-telemetry/opentelemetry-proto
Expand Down

0 comments on commit 34d29fe

Please sign in to comment.