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

Release v1.32.0/v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0 #6311

Merged
merged 12 commits into from
Nov 8, 2024

Conversation

pellared
Copy link
Member

@pellared pellared commented Nov 8, 2024

Added

  • Add the WithSource option to the go.opentelemetry.io/contrib/bridges/otelslog log bridge to set the code.* attributes in the log record that includes the source location where the record was emitted. (otelslog: Add WithSource option #6253)
  • Add ContextWithStartTime and StartTimeFromContext to go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp, which allows setting the start time using go context. (otelhttp: Allow setting start time using context #6137)
  • Set the code.* attributes in go.opentelemetry.io/contrib/bridges/otelzap if the zap.Logger was created with the AddCaller or AddStacktrace option. (otelzap: Add caller and stacktrace to attributes if present #6268)
  • Add a LogProcessor to go.opentelemetry.io/contrib/processors/baggagecopy to copy baggage members to log records. (feat: add LogProcessor to baggagecopy #6277)
    • Use baggagecopy.NewLogProcessor when configuring a Log Provider.
      • NewLogProcessor accepts a Filter function type that selects which baggage members are added to the log record.

Changed

Fixed

@pellared pellared changed the title Release v1.32.0 Release v1.32.0/v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0 Nov 8, 2024
@pellared pellared added the Unlock Released Changelog PRs that need to change released section in CHANGELOG.md label Nov 8, 2024
@pellared pellared added this to the v1.32.0 milestone Nov 8, 2024
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 35.29412% with 22 lines in your changes missing coverage. Please review.

Project coverage is 66.7%. Comparing base (bb01131) to head (5539d9a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
detectors/aws/ec2/version.go 0.0% 1 Missing ⚠️
detectors/aws/ecs/version.go 0.0% 1 Missing ⚠️
detectors/aws/eks/version.go 0.0% 1 Missing ⚠️
detectors/gcp/version.go 0.0% 1 Missing ⚠️
...thub.com/aws/aws-sdk-go-v2/otelaws/test/version.go 0.0% 1 Missing ⚠️
...om/emicklei/go-restful/otelrestful/test/version.go 0.0% 1 Missing ⚠️
...n/github.com/gin-gonic/gin/otelgin/test/version.go 0.0% 1 Missing ⚠️
...ion/github.com/gorilla/mux/otelmux/test/version.go 0.0% 1 Missing ⚠️
.../github.com/labstack/echo/otelecho/test/version.go 0.0% 1 Missing ⚠️
...b.org/mongo-driver/mongo/otelmongo/test/version.go 0.0% 1 Missing ⚠️
... and 12 more
Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6311   +/-   ##
=====================================
  Coverage   66.7%   66.7%           
=====================================
  Files        193     193           
  Lines      15565   15565           
=====================================
+ Hits       10391   10394    +3     
+ Misses      4883    4881    -2     
+ Partials     291     290    -1     
Files with missing lines Coverage Δ
...github.com/aws/aws-lambda-go/otellambda/version.go 60.0% <100.0%> (ø)
...on/github.com/aws/aws-sdk-go-v2/otelaws/version.go 60.0% <100.0%> (ø)
...hub.com/emicklei/go-restful/otelrestful/version.go 60.0% <100.0%> (ø)
...tation/github.com/gin-gonic/gin/otelgin/version.go 60.0% <100.0%> (ø)
...entation/github.com/gorilla/mux/otelmux/version.go 60.0% <100.0%> (ø)
...ation/github.com/labstack/echo/otelecho/version.go 60.0% <100.0%> (ø)
...ongodb.org/mongo-driver/mongo/otelmongo/version.go 60.0% <100.0%> (ø)
...ntation/google.golang.org/grpc/otelgrpc/version.go 100.0% <100.0%> (ø)
...tation/net/http/httptrace/otelhttptrace/version.go 60.0% <100.0%> (ø)
instrumentation/net/http/otelhttp/test/version.go 60.0% <100.0%> (ø)
... and 24 more

... and 1 file with indirect coverage changes

@pellared pellared marked this pull request as ready for review November 8, 2024 18:28
@pellared pellared merged commit 519f10d into open-telemetry:main Nov 8, 2024
23 of 25 checks passed
@pellared pellared deleted the release-1.32.0 branch November 8, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Unlock Released Changelog PRs that need to change released section in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants