mirror of
https://github.com/coredns/coredns.git
synced 2025-11-16 00:42:16 -05:00
Add tracing option (#487)
Adds a middleware to enable tracing with OpenTracing/OpenZipkin. Enabling tracing will have a large impact on performance so it is not advisable in production.
This commit is contained in:
@@ -75,6 +75,7 @@ func RegisterDevDirective(name, before string) {
|
||||
var directives = []string{
|
||||
"root",
|
||||
"bind",
|
||||
"trace",
|
||||
"health",
|
||||
"pprof",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user