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

OTLP tonic metadata from env variable #1377

Merged
merged 8 commits into from
Nov 19, 2023

move back to impl Iterator<Item = (&str, &str)>

76c0573
Select commit
Loading
Failed to load commit list.
Merged

OTLP tonic metadata from env variable #1377

move back to impl Iterator<Item = (&str, &str)>
76c0573
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 19, 2023 in 0s

55.6% (+0.2%) compared to c06c04b

View this Pull Request on Codecov

55.6% (+0.2%) compared to c06c04b

Details

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (c06c04b) 55.4% compared to head (76c0573) 55.6%.
Report is 2 commits behind head on main.

Files Patch % Lines
opentelemetry-sdk/src/metrics/periodic_reader.rs 0.0% 6 Missing ⚠️
opentelemetry-otlp/src/exporter/tonic/mod.rs 97.7% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1377     +/-   ##
=======================================
+ Coverage   55.4%   55.6%   +0.2%     
=======================================
  Files        147     145      -2     
  Lines      18083   18022     -61     
=======================================
+ Hits       10021   10037     +16     
+ Misses      8062    7985     -77     

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