Skip to content

Commit

Permalink
Add fix from #1546 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Feb 14, 2022
1 parent d6bc23d commit 7954c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- Change the `http-server-duration` instrument in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` to record milliseconds instead of microseconds.
This changes fixes the code to comply with the OpenTelemetry specification. (#1414, #1537)
- Fixed the region reported by the `"go.opentelemetry.io/contrib/detectors/gcp".CloudRun` detector to comply with the OpenTelemetry specification.
It no longer includes the project scoped region path, instead just the region. (#1546)
- The `"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp".Transport` type now correctly handles protocol switching responses.
The returned response body implements the `io.ReadWriteCloser` interface if the underlying one does.
This ensures that protocol switching requests receive a response body that they can write to. (#1329, #1628)
Expand Down

0 comments on commit 7954c7b

Please sign in to comment.