Tracing for gRPC Server (#619)

* Implements tracing in the native gRPC server

* Undo some unnecessary changes

* Properly revert trace/setup.go this time

* Some very very basic tests

* Remove warning for non-Trace middleware
This commit is contained in:
John Belamaric 2017-04-18 11:10:49 -04:00 committed by GitHub
parent 3b6eab2256
commit 5a60090933
6 changed files with 72 additions and 11 deletions

View file

@ -5,7 +5,7 @@ import (
"crypto/tls"
"log"
"github.com/coredns/coredns/middleware/trace"
"github.com/coredns/coredns/middleware/pkg/trace"
"github.com/coredns/coredns/pb"
"github.com/coredns/coredns/request"