|
1 | 1 | # Logs Data Model |
2 | 2 |
|
3 | | -**Status**: [Stable](../document-status.md) |
| 3 | +**Status**: [Stable](../document-status.md), except where otherwise specified |
4 | 4 |
|
5 | 5 | <details> |
6 | 6 | <summary>Table of Contents</summary> |
|
34 | 34 | * [Field: `InstrumentationScope`](#field-instrumentationscope) |
35 | 35 | * [Field: `Attributes`](#field-attributes) |
36 | 36 | + [Errors and Exceptions](#errors-and-exceptions) |
| 37 | + * [Field: `EventName`](#field-eventname) |
37 | 38 | - [Example Log Records](#example-log-records) |
38 | 39 | - [Example Mappings](#example-mappings) |
39 | 40 | - [References](#references) |
@@ -208,6 +209,7 @@ Body |The body of the log record. |
208 | 209 | Resource |Describes the source of the log. |
209 | 210 | InstrumentationScope|Describes the scope that emitted the log. |
210 | 211 | Attributes |Additional information about the event. |
| 212 | +**Status**: [Development](../document-status.md) - EventName | Name that identifies the class / type of event. |
211 | 213 |
|
212 | 214 | Below is the detailed description of each field. |
213 | 215 |
|
@@ -477,6 +479,16 @@ of the record. |
477 | 479 | If included, they MUST follow the OpenTelemetry |
478 | 480 | [semantic conventions for exception-related attributes](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/exceptions/exceptions-logs.md). |
479 | 481 |
|
| 482 | +### Field: `EventName` |
| 483 | + |
| 484 | +**Status**: [Development](../document-status.md) |
| 485 | + |
| 486 | +Type: string. |
| 487 | + |
| 488 | +Description: Name that identifies the class / type of the [Event](#events). |
| 489 | +This name SHOULD uniquely identify the event structure (both attributes and body). |
| 490 | +A log record with a non-empty event name is an [Event](#events). |
| 491 | + |
480 | 492 | ## Example Log Records |
481 | 493 |
|
482 | 494 | For example log records see |
|
0 commit comments