We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee8e6a commit 42319f8Copy full SHA for 42319f8
CHANGELOG.md
@@ -8,6 +8,8 @@ The full list of changes can be found in the compare view for the respective rel
8
9
### Changed
10
11
+- logs: Stabilize `event_name` field in `LogRecord` message. [#643](https://github.com/open-telemetry/opentelemetry-proto/pull/643)
12
+
13
### Removed
14
15
## 1.5.0 - 2024-12-12
opentelemetry/proto/logs/v1/logs.proto
@@ -221,7 +221,5 @@ message LogRecord {
221
// as an event.
222
//
223
// [Optional].
224
- //
225
- // Status: [Development]
226
string event_name = 12;
227
}
0 commit comments