Skip to content

Commit

Permalink
Add Event Name to ReadWriteLogRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 4, 2024
1 parent e9a8087 commit d8311a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specification/logs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ or by asynchronous processors (e.g. [Batching processor](#batching-processor))
to avoid race conditions on the log record that is not required to be
concurrent safe.

#### Event Name

**Status**: [Development](../document-status.md)

A function receiving [ReadWriteLogRecord](#readwritelogrecord) as an argument
MUST additionally be able to modify the [`EventName`](./data-model.md#event-name).

## LogRecord Limits

`LogRecord` attributes MUST adhere to
Expand Down

0 comments on commit d8311a7

Please sign in to comment.