Skip to content

Commit 340d4db

Browse files
Update events.md
1 parent b6d584b commit 340d4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ with attributes and the type of the body if any.
2626
that uniquely identifies the event. Event names are subject to the [Naming guidelines](/docs/general/naming.md). Event name SHOULD be of a low-cardinality.
2727
- Events MAY have [attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/logs/data-model.md#field-attributes)
2828
that provide additional context about the event.
29-
- Events MAY contain a [body](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/logs/data-model.md#field-body) of type [`any`](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.50.0/specification/logs/data-model.md#type-any).
29+
- Events MAY contain a [body](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/logs/data-model.md#field-body) of type [`any`](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/logs/data-model.md#type-any).
3030
- The event name uniquely identifies event structure: the set of attributes and
3131
the type of the body.
3232
- Events MAY have [severity number](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.50.0/specification/logs/data-model.md#field-severitynumber).

0 commit comments

Comments
 (0)