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
Align gRPC server status code to span status code (#3685)
* implement based on new spec
* fix return value of serverStatus
* fix current tests
* add internal error test
* add changelog entry
* move function to bottom
* add ok test
* add stream server test
* refactor tests as table-driven tests, and add test for StreamServerInterceptor
* Update CHANGELOG.md
fix CR note on the changelog
Co-authored-by: Robert Pająk <[email protected]>
* refactor server tests to use shared assertion methods
* fix more CR
* add all gRPC status + remove name and grpcErr from vars
---------
Co-authored-by: Chester Cheung <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
Co-authored-by: Damien Mathieu <[email protected]>
Co-authored-by: Tyler Yahn <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
- AWS SDK add `rpc.system` attribute in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`. (#3582, #3617)
14
14
- Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068, #3108)
15
15
16
+
### Changed
17
+
18
+
- Update `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` to align gRPC server span status with the changes in the OpenTelemetry specification. (#3685)
19
+
16
20
### Fixed
17
21
18
22
- Prevent taking from reservoir in AWS XRay Remote Sampler when there is zero capacity in `go.opentelemetry.io/contrib/samplers/aws/xray`. (#3684)
0 commit comments