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

Commits on Jul 10, 2020

  1. Add SeverityNumber to Span Events

    The log data model introduced the notion of SeverityNumber [1] that
    can be recorded for individual log records.
    
    I believe it is equally useful for events recorded for Spans. Adding
    SeverityNumber to the Span events also makes it more uniform with
    standalone log model which is aligned with our understanding that
    Span events are another form of log records [2].
    
    [1] https://github.com/open-telemetry/oteps/blob/master/text/logs/0097-log-data-model.md#field-severitynumber
    [2] https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/glossary.md#embedded-log
    Tigran Najaryan committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    2ff5ed9 View commit details
    Browse the repository at this point in the history