Skip to content

fix: map CRITICAL severity text to FATAL per OTel spec#4999

Open
themavik wants to merge 1 commit intoopen-telemetry:mainfrom
themavik:fix/4984-severity-text-fatal
Open

fix: map CRITICAL severity text to FATAL per OTel spec#4999
themavik wants to merge 1 commit intoopen-telemetry:mainfrom
themavik:fix/4984-severity-text-fatal

Conversation

@themavik
Copy link

Summary

Fixes #4984.
Root cause: Python's CRITICAL log level was mapped to severity text CRITICAL instead of FATAL as specified in the OpenTelemetry Logs Data Model specification.
Fix: Updated the severity text mapping so CRITICAL maps to FATAL.

Changes

  • Updated severity text mapping for CRITICAL level

Testing

…y#4984)

Root cause: Python's CRITICAL log level was mapped to severity text
'CRITICAL' instead of 'FATAL' as specified in the OpenTelemetry
Logs Data Model specification.

Made-with: Cursor
@linux-foundation-easycla
Copy link

CLA Not Signed

@xrmx xrmx moved this to Reviewed PRs that need fixes in Python PR digest Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Reviewed PRs that need fixes

Development

Successfully merging this pull request may close these issues.

Logs: Severity Text string does not match the spec

2 participants