Skip to content

Commit bd81cf0

Browse files
authored
Revert "Revive event.name attribute (#2715)" (#2914)
1 parent 2ea5c71 commit bd81cf0

File tree

7 files changed

+18
-33
lines changed

7 files changed

+18
-33
lines changed

.chloggen/2597.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ body:
4949
- area:elasticsearch
5050
- area:enduser
5151
- area:error
52-
- area:event
5352
- area:exception
5453
- area:faas
5554
- area:feature-flag

.github/ISSUE_TEMPLATE/change_proposal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ body:
4141
- area:elasticsearch
4242
- area:enduser
4343
- area:error
44-
- area:event
4544
- area:exception
4645
- area:faas
4746
- area:feature-flag

.github/ISSUE_TEMPLATE/new-conventions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ body:
5252
- area:elasticsearch
5353
- area:enduser
5454
- area:error
55-
- area:event
5655
- area:exception
5756
- area:faas
5857
- area:feature-flag

docs/registry/attributes/event.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ Attributes for Events represented using Log Records.
99

1010
| Attribute | Type | Description | Examples | Stability |
1111
|---|---|---|---|---|
12-
| <a id="event-name" href="#event-name">`event.name`</a> | string | Identifies the class / type of event. [1] | `browser.mouse.click`; `device.app.lifecycle` | ![Development](https://img.shields.io/badge/-development-blue) |
13-
14-
**[1] `event.name`:** This attribute SHOULD be used by non-OTLP exporters when destination does not support `EventName` or equivalent field. This attribute MAY be used by applications using existing logging libraries so that it can be used to set the `EventName` field by Collector or SDK components.
12+
| <a id="event-name" href="#event-name">`event.name`</a> | string | Identifies the class / type of event. | `browser.mouse.click`; `device.app.lifecycle` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by EventName top-level field on the LogRecord. |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
groups:
2+
- id: registry.event.deprecated
3+
type: attribute_group
4+
display_name: Event Attributes
5+
brief: >
6+
Attributes for Events represented using Log Records.
7+
attributes:
8+
- id: event.name
9+
type: string
10+
stability: development
11+
deprecated:
12+
reason: uncategorized
13+
note: >
14+
Replaced by EventName top-level field on the LogRecord.
15+
brief: >
16+
Identifies the class / type of event.
17+
examples: ["browser.mouse.click", "device.app.lifecycle"]

model/event/registry.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)