Skip to content

Commit

Permalink
removing link
Browse files Browse the repository at this point in the history
  • Loading branch information
mlunadia committed Jan 25, 2024
1 parent f4e5bce commit 3d7f7f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/attributes-registry/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ aliases: [docs/specs/semconv/general/events-general]

**[1]:** 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 separation of semantics for events in separate domains like browser, mobile, and kubernetes.
<!-- endsemconv -->

[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.26.0/specification/document-status.md
2 changes: 1 addition & 1 deletion docs/general/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ such that the name identifies the event structurally. It is also recommended tha
the event names have low-cardinality, so care must be taken to use fields
that identify the class of Events but not the instance of the Event.

<!-- semconv event -->
<!-- semconv event(full) -->
| Attribute | Type | Description | Examples | Requirement Level |
|---|---|---|---|---|
| [`event.name`](../attributes-registry/events.md) | string | Identifies the class / type of event. [1] | `browser.mouse.click`; `device.app.lifecycle` | Required |
Expand Down

0 comments on commit 3d7f7f0

Please sign in to comment.