mirror of
https://github.com/coredns/coredns.git
synced 2025-11-16 08:52:17 -05:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user