pprof middleware (#138)

Add pprof middleware, enabled by pprof directive.
This commit is contained in:
Miek Gieben
2016-04-28 10:26:58 +01:00
parent 7a8d943bcc
commit 2700eece2e
8 changed files with 130 additions and 4 deletions

View File

@@ -19,3 +19,7 @@ will just return "OK", when CoreDNS is healthy.
This middleware only needs to be enabled once.
## Examples
~~~
health localhost:8091
~~~