Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update example to remove exception
  • Loading branch information
Patrick Housley committed Nov 20, 2023
commit 1ed95f08310bd34bcd6b6c36b6e663b268c5d219
2 changes: 1 addition & 1 deletion docs/general/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ that identify the class of Events but not the instance of the Event.
<!-- semconv event -->
| Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---|
| `event.name` | string | Identifies the class / type of event. | `browser.mouse.click`; `browser.exception` | Required |
| `event.name` | string | Identifies the class / type of event. | `browser.mouse.click`; `device.app.lifecycle` | Required |

Event names are subject to the same rules as [attribute names](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/common/attribute-naming.md).
Notably, event names are namespaced to avoid collisions and provide a clean
Expand Down