Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
should -> SHOULD
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 17, 2024
1 parent 3c8c0ab commit e466003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions text/0265-event-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Since OpenTelemetry Events are a type of OpenTelemetry Log, they share the same

### API

OpenTelemetry should provide a (user-facing) Logs API that includes the capability to emit OpenTelemetry Events.
OpenTelemetry SHOULD provide a (user-facing) Logs API that includes the capability to emit OpenTelemetry Events.

### Interoperability with other logging libraries

It should be possible to send OpenTelemetry Logs from the OpenTelemetry Logs API to other logging libraries (e.g., Log4j).
OpenTelemetry SHOULD provide a way to send OpenTelemetry Logs from the OpenTelemetry Logs API to other logging libraries (e.g., Log4j).
This allows users to integrate OpenTelemetry Logs into an existing (non-OpenTelemetry) log stream.

It should also be possible to bypass the OpenTelemetry Logs API entirely and emit OpenTelemetry Logs (including Events)
OpenTelemetry SHOULD provide a way to bypass the OpenTelemetry Logs API entirely and emit OpenTelemetry Logs (including Events)
directly via existing language-specific logging libraries, if that library has the capability to do so.

OpenTelemetry will recommend that
Expand Down

0 comments on commit e466003

Please sign in to comment.