- Notifications
You must be signed in to change notification settings - Fork 782
Closed
Labels
Description
All spans that have an error are labeled with error tag, but sometimes this tag is the boolean true, that it's correct according to opentracing semantic conventions, but other times is the error description.
Sleuth and brave in most of their instrumentation provide a string value for tag error. The full rationale of this can be found here, but a summary is that the value of the "error" tag is less important than its existence