Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SeverityNumber to Span Events #698

Closed
Changes from all commits
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
5 changes: 5 additions & 0 deletions specification/trace/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,11 @@ An `Event` is defined by the following properties:
- (Optional) One or more `Attribute`s with the same restrictions as defined for
[Span Attributes](#set-attributes).
- (Optional) Timestamp for the event.
- (Optional) SeverityNumber of the event as defined in
[log data model](https://github.com/open-telemetry/oteps/blob/master/text/logs/0097-log-data-model.md#field-severitynumber).
If unspecified SeverityNumber is set to INFO. The SeverityNumber has the same
[error semantics](https://github.com/open-telemetry/oteps/blob/master/text/logs/0097-log-data-model.md#error-semantics)
as defined in log data model.

The `Event` SHOULD be an immutable type.

Expand Down