Skip to content

Commit

Permalink
Update 4290-logger-enabled.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Dec 11, 2024
1 parent 3cf5017 commit 765166a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions oteps/logs/4290-logger-enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

The consumers of OpenTelemetry clients want to:

1. Correctly and efficiently bridge features like `LogLevelEnabled` in log bridge/appender implementations.
1. **Correctly** and **efficiently** bridge features like `LogLevelEnabled` in log bridge/appender implementations.
2. Avoid allocating memory to store a log record, avoid performing computationally expensive operations and avoid exporting when emitting a log or event record is unnecessary.
3. Control a minimum a log serverity level on the SDK level.
3. Configure a minimum a log serverity level on the SDK level.
4. Filter out log and event records when they are not inside a recording span.
5. Have fine-grained filtering control for logging pipelines without using an OpenTelemetry Collector (e.g. mobile devices, serverless, IoT).
6. Efficiently support high-performance logging destination like Linux user_events and ETW (Event Tracing for Windows).
5. Have **fine-grained** filtering control for logging pipelines without using an OpenTelemetry Collector (e.g. mobile devices, serverless, IoT).
6. **Efficiently** support high-performance logging destination like Linux user_events and ETW (Event Tracing for Windows).
7. Add sampling for logging.

## Explanation
Expand Down

0 comments on commit 765166a

Please sign in to comment.