-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
area/documentationImprovements or additions to documentation.Improvements or additions to documentation.
Description
Currently the docs aren't prescriptive enough, which can make switching between tracing backends more difficult.
For example, does recordError imply:
- An error occurred during the span, and the span should be considered errored as well, regardless of calls to
setStatus - An error occurred during the span, and the span should be considered errored as well, unless
setStatuswas called withOK - An error occurred during the span, but the overall status of the span should not be considered errored (unless
setStatusis also called withError) - An error occurred during the span, and as a library we don't attribute any specific semantic meaning to the corresponding status of the span
- Something else?
Metadata
Metadata
Assignees
Labels
area/documentationImprovements or additions to documentation.Improvements or additions to documentation.