mirror of
https://github.com/coredns/coredns.git
synced 2025-11-25 21:24:03 -05:00
middleware/proxy: add request duration monitoring (#362)
Add a separate request duration metrics specially for proxying requests upstream. Fixes #259
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user