semantic-conventions/semantic_conventions/logs/log-exception.yaml

16 lines
360 B
YAML

groups:
- id: log-exception
prefix: exception
brief: >
This document defines attributes for exceptions represented using Log
Records.
attributes:
- ref: exception.type
- ref: exception.message
- ref: exception.stacktrace
constraints:
- any_of:
- "exception.type"
- "exception.message"