Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Add 'otel' preset to severity parser #460

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

djaglowski
Copy link
Member

This preset mapping recognizes severity levels in native
OpenTelemetry format, including both numeric and string representations.

Resolves #456

This preset mapping recognizes severity levels in native
OpenTelemetry format, including both numeric and string representations.
@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #460 (310a8f8) into main (8192584) will increase coverage by 0.2%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #460     +/-   ##
=======================================
+ Coverage   76.1%   76.4%   +0.2%     
=======================================
  Files         83      83             
  Lines       4016    4066     +50     
=======================================
+ Hits        3060    3107     +47     
- Misses       671     674      +3     
  Partials     285     285             
Impacted Files Coverage Δ
operator/helper/severity_builder.go 90.3% <100.0%> (+4.6%) ⬆️
operator/transformer/recombine/recombine.go 75.6% <0.0%> (-2.1%) ⬇️

@djaglowski djaglowski marked this pull request as ready for review March 29, 2022 18:31
@djaglowski djaglowski requested review from a team and jsirianni March 29, 2022 18:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Severity labels do not match to severity numbers
2 participants