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

Update module go.opentelemetry.io/contrib/propagators/b3 to v1.23.0 #9498

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/contrib/propagators/b3 v1.22.0 -> v1.23.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)

v1.23.0: /v0.48.0/v0.17.0/v0.3.0

Compare Source

Added
  • Add client metric support to go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#​4707)
  • Add peer attributes to spans recorded by NewClientHandler, NewServerHandler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​4873)
  • Add support for cloud.account.id, cloud.availability_zone and cloud.region in the AWS ECS detector. (#​4860)
Changed
  • The fallback options in go.opentelemetry.io/contrib/exporters/autoexport now accept factory functions. (#​4891)
    • WithFallbackMetricReader(metric.Reader) MetricOption is replaced with func WithFallbackMetricReader(func(context.Context) (metric.Reader, error)) MetricOption.
    • WithFallbackSpanExporter(trace.SpanExporter) SpanOption is replaced with WithFallbackSpanExporter(func(context.Context) (trace.SpanExporter, error)) SpanOption.
Deprecated
  • The RequestCount, RequestContentLength, ResponseContentLength, ServerLatency constants in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp are deprecated. (#​4707)
Fixed
  • Do not panic in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc if MeterProvider returns a nil instrument. (#​4875)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.22.0...v1.23.0


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 6, 2024 20:00
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Feb 6, 2024
@renovate renovate bot requested a review from bogdandrutu February 6, 2024 20:00
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-contrib-propagators-b3-1.x branch from 438fa63 to 2bc7c0b Compare February 7, 2024 17:33
@bogdandrutu bogdandrutu closed this Feb 7, 2024
@bogdandrutu bogdandrutu reopened this Feb 7, 2024
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (71996d4) 90.34% compared to head (4dc0cd0) 90.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9498      +/-   ##
==========================================
+ Coverage   90.34%   90.35%   +0.01%     
==========================================
  Files         346      346              
  Lines       18194    18194              
==========================================
+ Hits        16437    16440       +3     
+ Misses       1424     1422       -2     
+ Partials      333      332       -1     

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

@codeboten codeboten merged commit 7b35828 into main Feb 7, 2024
47 checks passed
@codeboten codeboten deleted the renovate/go.opentelemetry.io-contrib-propagators-b3-1.x branch February 7, 2024 18:50
@github-actions github-actions bot added this to the next release milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants