Skip to content

Commit 42319f8

Browse files
authored
Stabilize event_name in LogRecord (#643)
1 parent 3ee8e6a commit 42319f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The full list of changes can be found in the compare view for the respective rel
88

99
### Changed
1010

11+
- logs: Stabilize `event_name` field in `LogRecord` message. [#643](https://github.com/open-telemetry/opentelemetry-proto/pull/643)
12+
1113
### Removed
1214

1315
## 1.5.0 - 2024-12-12

opentelemetry/proto/logs/v1/logs.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,5 @@ message LogRecord {
221221
// as an event.
222222
//
223223
// [Optional].
224-
//
225-
// Status: [Development]
226224
string event_name = 12;
227225
}

0 commit comments

Comments
 (0)