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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
32
32
- Cache offsets for Go `1.24.2`. ([#2081](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2081))
33
33
- Cache offsets for `google.golang.org/grpc``1.73.0-dev`. ([#2091](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2091))
34
34
- Cache offsets for `golang.org/x/net``0.39.0`. ([#2107](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2107))
35
+
- The new `Multiplexer` type is added to `go.opentelemetry.io/auto/pipeline/otelsdk`.
36
+
This type is used to support multiple process instrumentation using the same telemetry pipeline. ([#2016](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2016))
0 commit comments