20 lines
771 B
Markdown
20 lines
771 B
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
linkTitle: Exceptions
|
|
path_base_for_github_subdir:
|
|
from: content/en/docs/specs/semconv/exceptions/_index.md
|
|
to: exceptions/README.md
|
|
--->
|
|
|
|
# Semantic Conventions for Exceptions
|
|
|
|
**Status**: [Experimental][DocumentStatus]
|
|
|
|
This document defines semantic conventions for Exceptions.
|
|
|
|
Semantic conventions for Exceptions are defined for the following signals:
|
|
|
|
* [Exceptions on spans](exceptions-spans.md): Semantic Conventions for Exceptions associated with *spans*.
|
|
* [Exceptions in logs](exceptions-logs.md): Semantic Conventions for Exceptions recorded in *logs*.
|
|
|
|
[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/tree/v1.22.0/specification/document-status.md
|