You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exception is a language/specific concept. E.g. where Java client library would throw, golang or rust would return error, but semantic conventions should be as language-agnostic as possible.
Combining it with evolving guidance on reporting (terminal) exception details on the spans in open-telemetry/opentelemetry-specification#4430 and #1992, we'll have an overlap between exceptions and error attributes on spans and logs.
We need to update error-recording guidance and explain when to populate error, exception or both sets of attributes.
The text was updated successfully, but these errors were encountered:
We have
error
andexception
namespaces that describe similar things with some caveats:error.type = "503"
and no exception thrownCombining it with evolving guidance on reporting (terminal) exception details on the spans in open-telemetry/opentelemetry-specification#4430 and #1992, we'll have an overlap between exceptions and error attributes on spans and logs.
We need to update error-recording guidance and explain when to populate
error
,exception
or both sets of attributes.The text was updated successfully, but these errors were encountered: