Set Severity Text = WARN as defined by pegasas · Pull Request #3566 · open-telemetry/opentelemetry-python

@pegasas requested a review from a team

December 3, 2023 05:53

srikanthccv

auto-merge was automatically disabled

February 1, 2024 16:28

Pull Request is not mergeable

@ocelotl

auto-merge was automatically disabled

February 9, 2024 18:24

Pull Request is not mergeable

@ocelotl

Krishnachaitanyakc added a commit to Krishnachaitanyakc/opentelemetry-python that referenced this pull request

Mar 25, 2026
The 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, 2026
The 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