-
Notifications
You must be signed in to change notification settings - Fork 585
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.23.0/v0.48.0/v0.17.0/v0.3.0 #4893
Conversation
The only code modification outside of the normal (mostly automated) release process is the changes to |
This comment was marked as outdated.
This comment was marked as outdated.
Do we need any semconv bumps in detectors before the release? Or did we not introduce any new semconv versions this release? |
We did not introduce new semconv versions in the v1.23.0 otel release. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4893 +/- ##
======================================
Coverage ? 80.3%
======================================
Files ? 151
Lines ? 10209
Branches ? 0
======================================
Hits ? 8201
Misses ? 1854
Partials ? 154
|
Added
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (otelhttp: client metrics #4707)NewClientHandler
,NewServerHandler
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (otelgrpc: Add peer attributes to spans generated by stats handlers #4873)cloud.account.id
,cloud.availability_zone
andcloud.region
in the AWS ECS detector. (implement cloud.{account.id,availability_zone,region} in AWS ECS detector #4860)Changed
go.opentelemetry.io/contrib/exporters/autoexport
now accept factory functions. (feat(autoexport): change WithFallback options signatures #4891)WithFallbackMetricReader(metric.Reader) MetricOption
is replaced withfunc WithFallbackMetricReader(func(context.Context) (metric.Reader, error)) MetricOption
.WithFallbackSpanExporter(trace.SpanExporter) SpanOption
is replaced withWithFallbackSpanExporter(func(context.Context) (trace.SpanExporter, error)) SpanOption
.Deprecated
RequestCount
,RequestContentLength
,ResponseContentLength
,ServerLatency
constants ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
are deprecated. (otelhttp: client metrics #4707)Fixed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
ifMeterProvider
returns anil
instrument. ([otelgrpc] Do not panic for nil instruments #4875)