Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support levelled logs using slog in go module. #1955

Merged
merged 18 commits into from
Jun 11, 2024

Merge remote-tracking branch 'origin/main' into feat-slog

8631b44
Select commit
Loading
Failed to load commit list.
Merged

feat: Support levelled logs using slog in go module. #1955

Merge remote-tracking branch 'origin/main' into feat-slog
8631b44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 11, 2024 in 0s

86.96% (+0.08%) compared to a2e12be

View this Pull Request on Codecov

86.96% (+0.08%) compared to a2e12be

Details

Codecov Report

Attention: Patch coverage is 85.86957% with 13 lines in your changes missing coverage. Please review.

Project coverage is 86.96%. Comparing base (a2e12be) to head (8631b44).

Files Patch % Lines
internal/cache/in_memory_cache.go 20.00% 4 Missing ⚠️
exporter/gcstorageexporter/exporter.go 33.33% 2 Missing ⚠️
exporter/s3exporter/exporter.go 50.00% 2 Missing ⚠️
retriever/manager.go 66.66% 1 Missing and 1 partial ⚠️
cmd/relayproxy/service/gofeatureflag.go 0.00% 1 Missing ⚠️
exporter/s3exporterv2/exporter.go 66.66% 1 Missing ⚠️
feature_flag.go 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1955      +/-   ##
==========================================
+ Coverage   86.88%   86.96%   +0.08%     
==========================================
  Files          98       98              
  Lines        3553     3599      +46     
==========================================
+ Hits         3087     3130      +43     
- Misses        358      359       +1     
- Partials      108      110       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.