open-telemetry / opentelemetry-rust-contrib

OpenTelemetry Contrib Packages for Rust
Apache License 2.0
29 stars 29 forks source link

Prepare for release (most) contrib crates. #81

Closed hdost closed 1 month ago

hdost commented 1 month ago

Re-enable testing for opentelemetry-datadog, except surf-client

Fixes # Design discussion issue (if applicable) #

Changes

Please provide a brief description of the changes here.

Merge requirement checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.6%. Comparing base (56a6f45) to head (672a376). Report is 12 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ======================================= + Coverage 52.3% 55.6% +3.3% ======================================= Files 38 38 Lines 4967 5399 +432 ======================================= + Hits 2598 3006 +408 - Misses 2369 2393 +24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

TommyCpp commented 1 month ago

Nit: Relate -> release in PR title

SimenB commented 1 month ago

Is it known that opentelemetry-resource-detectors hasn't gotten its new version published?

https://github.com/open-telemetry/opentelemetry-rust-contrib/blob/45dc2c0a846f2e2dbfa372d5ceb9fe218ccf1d90/opentelemetry-resource-detectors/Cargo.toml#L3

It's still only 0.1.0 on https://crates.io/crates/opentelemetry-resource-detectors/versions

(I can file a new issue if that's preferable)

lalitb commented 1 month ago

Is it known that opentelemetry-resource-detectors hasn't gotten its new version published?

@hdost seems this got missed out. I can publish this if it is fine with you?

hdost commented 1 month ago

I have been traveling since the merge happened. I can push tonight. But if you have time feel free to @lalitb

hdost commented 4 weeks ago

Done

SimenB commented 4 weeks ago

Thank you!