20 lines
701 B
Markdown
20 lines
701 B
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
linkTitle: Exceptions
|
|
path_base_for_github_subdir:
|
|
from: tmp/semconv/docs/exceptions/_index.md
|
|
to: exceptions/README.md
|
|
--->
|
|
|
|
# Semantic Conventions for Exceptions
|
|
|
|
**Status**: [Stable][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://opentelemetry.io/docs/specs/otel/document-status
|