aboutsummaryrefslogtreecommitdiff
path: root/middleware/proxy/grpc_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01Grpc tracing (#544)Gravatar John Belamaric 1-0/+54
* checkpoint * Pass context through ServeDNS, enable gRPC tracing * Fix types and make tracer available to proxy. go fmt * Fix imports * Use the DoNotStartTrace option * Change to SpanFilter from DoNotStartTrace * Use new name (IncludeSpan) * Final names * Add tests; fix possible client/conn leaks in grpc * go fmt