-
Notifications
You must be signed in to change notification settings - Fork 573
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.21.0/v0.46.0/v0.15.0/v0.1.0 #4546
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MrAlias
reviewed
Nov 10, 2023
Codecov Report
@@ Coverage Diff @@
## main #4546 +/- ##
=====================================
Coverage 80.8% 80.8%
=====================================
Files 150 150
Lines 10371 10371
=====================================
Hits 8387 8387
Misses 1840 1840
Partials 144 144
|
MrAlias
reviewed
Nov 10, 2023
pellared
requested review from
MadVikingGod,
yurishkuro,
Aneurysm9,
dmathieu and
hanyuancheung
as code owners
November 10, 2023 17:40
MadVikingGod
approved these changes
Nov 10, 2023
MrAlias
approved these changes
Nov 10, 2023
dashpole
approved these changes
Nov 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
go.opentelemetry.io/contrib/instrgen
package to provide auto-generated source code instrumentation. (Add instrgen directory for source level instrumentation #3068, Add instrgen implementation #3108)"go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher
which sets custom fetcher implementation. (jaegerremote: Add WithSamplingStrategyFetcher option #4045)"go.opentelemetry.io/contrib/config"
package that includes configuration models generated via go-jsonschema. ([config] introduce config package #4376)NewSDK
function to"go.opentelemetry.io/contrib/config"
. The initial implementation only returns noop providers. ([config] add NewSDK func #4414)go.opentelemetry.io/contrib/exporters/autoexport
. (autoexport: Add support for metrics #4229, Add support for Prometheus exporter #4479)console
span exporter and metrics exporter ingo.opentelemetry.io/contrib/exporters/autoexport
. (autoexport: Add support for console exporters #4486)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (otelhttp: set unit on all instruments #4500)grpc.StatsHandler
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (otelgrpc: Add metrics support to NewServerHandler and NewClientHandler #4356)ScopeName
. (Expose instrumentation scope name #4448)Changed
The project no longer guarantees support for this version of Go. (Drop support for Go 1.19 #4352)
v1.20.0
/v0.43.0
release. (Release v1.21.0/v0.46.0/v0.15.0/v0.1.0 #4546)go.opentelemetry.io/contrib/exporters/autoexport
,Option
was renamed toSpanOption
. The old name is deprecated but continues to be supported as an alias. (autoexport: Add support for metrics #4229)Deprecated
UnaryClientInterceptor
,StreamClientInterceptor
,UnaryServerInterceptor
,StreamServerInterceptor
,WithInterceptorFilter
) are deprecated. Use stats handlers (NewClientHandler
,NewServerHandler
) instead. (otelgrpc: Deprecate interceptors in favor of stats handlers #4534)Fixed
go.opentelemetry.io/contrib/samplers/jaegerremote
sampler does not panic when the default HTTP round-tripper (http.DefaultTransport
) is not*http.Transport
. (jaegerremote: Add WithSamplingStrategyFetcher option #4045)UnaryServerInterceptor
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
now sets gRPC status code correctly for therpc.server.duration
metric. (fix(otelgrpc): correctly assign grpc status code #4481)NewClientHandler
,NewServerHandler
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
now honorotelgrpc.WithMessageEvents
options. (otelgrpc: Fix stats handlers to honor WithMessageEvents option #4536)