alpenlabs / strata

Rust implementation of the Strata protocol
https://docs.stratabtc.org
Apache License 2.0
23 stars 1 forks source link

applied patch from `STR-440-opentelemetry-output` #473

Closed storopoli closed 19 hours ago

storopoli commented 20 hours ago

Description

This PR is just applying the patch from #342 onto the release branch.

It does build and test correctly.

Type of Change

Checklist

Related Issues

storopoli commented 20 hours ago

Superseds #472

codecov[bot] commented 20 hours ago

Codecov Report

Attention: Patch coverage is 35.00000% with 65 lines in your changes missing coverage. Please review.

Project coverage is 56.80%. Comparing base (a14d926) to head (c971366). Report is 34 commits behind head on releases/0.1.0.

Files with missing lines Patch % Lines
crates/common/src/logging.rs 43.07% 37 Missing :warning:
bin/strata-client/src/main.rs 0.00% 27 Missing :warning:
bin/bridge-client/src/main.rs 0.00% 1 Missing :warning:
@@                Coverage Diff                 @@
##           releases/0.1.0     #473      +/-   ##
==================================================
- Coverage           57.16%   56.80%   -0.37%     
==================================================
  Files                 256      263       +7     
  Lines               27048    28116    +1068     
==================================================
+ Hits                15462    15970     +508     
- Misses              11586    12146     +560     
Files with missing lines Coverage Δ
bin/bridge-client/src/descriptor.rs 49.52% <100.00%> (+0.98%) :arrow_up:
bin/strata-client/src/extractor.rs 96.08% <100.00%> (-0.45%) :arrow_down:
crates/btcio/src/rpc/client.rs 88.50% <100.00%> (+0.03%) :arrow_up:
bin/bridge-client/src/main.rs 0.00% <0.00%> (ø)
bin/strata-client/src/main.rs 0.00% <0.00%> (ø)
crates/common/src/logging.rs 44.77% <43.07%> (-55.23%) :arrow_down:

... and 29 files with indirect coverage changes