diff options
author | 2016-10-28 12:54:49 +0100 | |
---|---|---|
committer | 2016-10-28 12:54:49 +0100 | |
commit | 54964653d10aa8b2e34ac21e007c701ceb456f7d (patch) | |
tree | 580ba3ee6491fcdfc1a1b70b2cf62dd8bd3a2726 /test | |
parent | ba26f47d5c65295342402d2c9996eb74884935e0 (diff) | |
download | coredns-54964653d10aa8b2e34ac21e007c701ceb456f7d.tar.gz coredns-54964653d10aa8b2e34ac21e007c701ceb456f7d.tar.zst coredns-54964653d10aa8b2e34ac21e007c701ceb456f7d.zip |
middleware/proxy: add request duration monitoring (#362)
Add a separate request duration metrics specially for proxying requests
upstream.
Fixes #259
Diffstat (limited to 'test')
-rw-r--r-- | test/cache_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cache_test.go b/test/cache_test.go index ba24962ec..5156e4d13 100644 --- a/test/cache_test.go +++ b/test/cache_test.go @@ -13,8 +13,6 @@ import ( "github.com/miekg/dns" ) -// This tests uses the exampleOrg zone as defined in proxy_test.go - func TestLookupCache(t *testing.T) { // Start auth. CoreDNS holding the auth zone. name, rm, err := test.TempFile(".", exampleOrg) |