We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48eb836 commit 6623a3eCopy full SHA for 6623a3e
api/lib/opentelemetry/trace/span.rb
@@ -115,7 +115,7 @@ def record_exception(exception, attributes: nil); end
115
116
# Sets the Status to the Span
117
#
118
- # If used, this will override the default Span status. Default is OK.
+ # If used, this will override the default Span status. Default status is unset.
119
120
# Only the value of the last call will be recorded, and implementations
121
# are free to ignore previous calls.
0 commit comments