Merge pull request #397 from zouyx/feature/grpctracing
Add: Grpc tracing for client and server
No related branches found
No related tags found
... | @@ -24,6 +24,7 @@ require ( | ... | @@ -24,6 +24,7 @@ require ( |
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect | github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect | ||
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 | |||
github.com/hashicorp/consul v1.5.3 | github.com/hashicorp/consul v1.5.3 | ||
github.com/hashicorp/consul/api v1.1.0 | github.com/hashicorp/consul/api v1.1.0 | ||
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect | github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect | ||
... | ... |
Please register or sign in to comment