Add request and response context to traces (#2162)

Automatically submitted.
This commit is contained in:
Nic Cope
2018-10-05 13:13:16 -07:00
committed by corbot[bot]
parent 1018a8267a
commit 8a9c6174fc
7 changed files with 719 additions and 13 deletions

3
Gopkg.lock generated
View File

@@ -348,6 +348,7 @@
".",
"ext",
"log",
"mocktracer",
]
pruneopts = ""
revision = "1949ddbfd147afd4d964a9f00b24eb291e0e7c38"
@@ -812,9 +813,11 @@
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc",
"github.com/matttproud/golang_protobuf_extensions/pbutil",
"github.com/opentracing/opentracing-go",
"github.com/opentracing/opentracing-go/mocktracer",
"github.com/openzipkin/zipkin-go-opentracing",
"github.com/prometheus/client_model/go",
"github.com/prometheus/common/expfmt",
"golang.org/x/sys/unix",
"google.golang.org/grpc",
"google.golang.org/grpc/credentials",
"google.golang.org/grpc/grpclog",