-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Add OpenTelemetry tracing with grpc interceptors #2954
Conversation
3b3244b
to
ee0ac99
Compare
@@ -19,7 +19,7 @@ require ( | |||
github.com/frankban/quicktest v1.11.3 // indirect | |||
github.com/fsouza/go-dockerclient v1.7.0 | |||
github.com/go-kit/kit v0.9.0 | |||
github.com/golang/protobuf v1.3.3 | |||
github.com/golang/protobuf v1.5.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have been stuck at protobuf v1.3 and older grpc due to etcd issues. See background in https://jira.hyperledger.org/browse/FAB-18363 and #2185.
@guoger has been looking at etcd update in #2707 and may be able to fill in the details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4e358d0
to
b903cf3
Compare
Signed-off-by: Antoine Toulme <[email protected]>
aa87322
to
b18f2ed
Compare
Signed-off-by: Antoine Toulme <[email protected]>
Closing owing to the long inactivity - please re-open and rebase if it's still needed |
I cannot reopen this PR, I will open a new one. |
Type of change
Description
Adds OpenTelemetry tracing by adding interceptors on all gRPC communications.
Related issues
This is tied to https://github.com/hyperledger/fabric-rfcs/blob/main/text/0000-opentelemetry-tracing.md