Skip to content

Opentracing Spec incompability: error tag not setting span to be failed #139

@jizhang27

Description

@jizhang27

From standard span tags on opentracing spec, error tag should be respected to "decide if and only if the application considers the operation represented by the Span to have failed" true if and only if the application considers the operation represented by the Span to have failed.

Currently we are relying on those three tags instead: ['error.type', 'error.msg', 'error.stack'].
reference

Hope that I can get some feedback. Will be happy to make a PR for it if necessary, thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions