You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump otel
* Fix test in config
* Bump versoins.yaml
* Prepare stable-v1 for version v1.23.0
* Prepare experimental-instrumentation for version v0.48.0
* Prepare experimental-metrics for version v0.48.0
* Prepare experimental-samplers for version v0.17.0
* Prepare experimental-config for version v0.3.0
* Update changelog
* Update changelog entry
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
11
11
### Added
12
12
13
13
- Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068, #3108)
14
+
15
+
## [1.23.0/0.48.0/0.17.0/0.3.0] - 2024-02-06
16
+
17
+
### Added
18
+
14
19
- Add client metric support to `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`. (#4707)
15
20
- Add peer attributes to spans recorded by `NewClientHandler`, `NewServerHandler` in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`. (#4873)
16
21
- Add support for `cloud.account.id`, `cloud.availability_zone` and `cloud.region` in the AWS ECS detector. (#4860)
17
22
18
23
### Changed
19
24
20
25
- The fallback options in `go.opentelemetry.io/contrib/exporters/autoexport` now accept factory functions. (#4891)
21
-
-`WithFallbackMetricReader(metric.Reader) MetricOption` is replaced with `func WithFallbackMetricReader(func(ctx context.Context) (metric.Reader, error)) MetricOption`.
22
-
-`WithFallbackSpanExporter(trace.SpanExporter) SpanOption` is replaced with `WithFallbackSpanExporter(func(ctx context.Context) (trace.SpanExporter, error)) SpanOption`.
26
+
-`WithFallbackMetricReader(metric.Reader) MetricOption` is replaced with `func WithFallbackMetricReader(func(context.Context) (metric.Reader, error)) MetricOption`.
27
+
-`WithFallbackSpanExporter(trace.SpanExporter) SpanOption` is replaced with `WithFallbackSpanExporter(func(context.Context) (trace.SpanExporter, error)) SpanOption`.
23
28
24
29
### Deprecated
25
30
@@ -915,7 +920,8 @@ First official tagged release of `contrib` repository.
915
920
- Prefix support for dogstatsd (#34)
916
921
- Update Go Runtime package to use batch observer (#44)
0 commit comments