17 lines
581 B
YAML
17 lines
581 B
YAML
groups:
|
|
- id: trace-exception
|
|
name: exception
|
|
type: event
|
|
brief: >
|
|
This document defines the attributes used to
|
|
report a single exception associated with a span.
|
|
attributes:
|
|
- ref: exception.type
|
|
requirement_level:
|
|
conditionally_required: Required if `exception.message` is not set, recommended otherwise.
|
|
- ref: exception.message
|
|
requirement_level:
|
|
conditionally_required: Required if `exception.type` is not set, recommended otherwise.
|
|
- ref: exception.stacktrace
|
|
- ref: exception.escaped
|