Set Severity Text = WARN as defined by pegasas · Pull Request #3566 · open-telemetry/opentelemetry-python
requested a review
from a team
Krishnachaitanyakc added a commit to Krishnachaitanyakc/opentelemetry-python that referenced this pull request
Mar 25, 2026The OTel specification defines the severity text for the highest severity range as "FATAL", but the Python SDK was passing through Python's native "CRITICAL" level name unchanged. This is the same class of bug that was previously fixed for WARNING -> WARN in open-telemetry#3566. Fixes open-telemetry#4984
Krishnachaitanyakc added a commit to Krishnachaitanyakc/opentelemetry-python that referenced this pull request
Mar 25, 2026The OTel specification defines the severity text for the highest severity range as "FATAL", but the Python SDK was passing through Python's native "CRITICAL" level name unchanged. This is the same class of bug that was previously fixed for WARNING -> WARN in open-telemetry#3566. Fixes open-telemetry#4984
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters