coredns/plugin
Miek Gieben acf823cd78
Metrics2 (#1588)
* plugin/metrics: still need nil check for shutdown

the second prometheus statement will trigger: (on control-C)

[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x94f45a]

goroutine 25 [running]:
github.com/coredns/coredns/plugin/metrics.(*Metrics).OnShutdown(0xc420252000, 0x0, 0x0)
	/home/miek/g/src/github.com/coredns/coredns/plugin/metrics/metrics.go:107 +0x2a
github.com/coredns/coredns/plugin/metrics.(*Metrics).OnShutdown-fm(0x0, 0x0)
	/home/miek/g/src/github.com/coredns/coredns/plugin/metrics/setup.go:39 +0x2a
github.com/mholt/caddy.(*Instance).ShutdownCallbacks(0xc4202c81e0, 0x0, 0x0, 0x0)
	/home/miek/g/src/github.com/mholt/caddy/caddy.go:164 +0xb3
github.com/mholt/caddy.allShutdownCallbacks(0x1743935, 0x8, 0x14a1b40)
	/home/miek/g/src/github.com/mholt/caddy/sigtrap.go:95 +0x10d
github.com/mholt/caddy.executeShutdownCallbacks.func1()
	/home/miek/g/src/github.com/mholt/caddy/sigtrap.go:75 +0x8f
sync.(*Once).Do(0x2256b80, 0xc42036df88)
	/home/miek/upstream/go/src/sync/once.go:44 +0xbe
github.com/mholt/caddy.executeShutdownCallbacks(0x174033f, 0x6, 0x0)
	/home/miek/g/src/github.com/mholt/caddy/sigtrap.go:71 +0x73
github.com/mholt/caddy.trapSignalsCrossPlatform.func1.1()
	/home/miek/g/src/github.com/mholt/caddy/sigtrap.go:61 +0x36
created by github.com/mholt/caddy.trapSignalsCrossPlatform.func1
	/home/miek

* comments on why
2018-03-02 18:17:05 -08:00
..
auto plugin/auto: update some comments typos 2018-03-01 17:14:53 -08:00
autopath Add OWNERS file (#1486) 2018-02-08 10:55:51 +00:00
bind just use setup (#1574) 2018-02-28 19:56:14 -08:00
cache return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
chaos Add OWNERS file (#1486) 2018-02-08 10:55:51 +00:00
debug Manual pages (#1346) 2018-01-04 12:53:07 +00:00
deprecated plugin/deprecated: add an easy way to error on deprecated plugin (#1575) 2018-03-01 06:49:52 -08:00
dnssec return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
dnstap Added nanoseconds to dnstap plugin builder (#1583) 2018-03-02 04:50:31 -08:00
erratic just use setup (#1574) 2018-02-28 19:56:14 -08:00
errors return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
etcd plugin/kubernetes: Add upstream @self and loop count (#1484) 2018-02-14 21:11:26 +01:00
federation support for zone transfer for kubernetes (#1259) 2018-02-08 16:11:04 +00:00
file plugin/file: shutdown reload goroutine (#1571) 2018-02-28 18:19:37 -08:00
forward return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
health plugin/health: doc updates (#1582) 2018-03-01 18:32:15 -08:00
hosts return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
kubernetes return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
loadbalance Add OWNERS file (#1486) 2018-02-08 10:55:51 +00:00
log plugin/log: log remote port addr as well (#1573) 2018-02-28 18:15:12 -08:00
metrics Metrics2 (#1588) 2018-03-02 18:17:05 -08:00
nsid return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
pkg plugin/log: log remote port addr as well (#1573) 2018-02-28 18:15:12 -08:00
pprof return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
proxy Easier way to dnstap? (#1496) 2018-02-28 18:19:01 -08:00
reload plugin/reload: enable (#1587) 2018-03-02 17:17:26 -08:00
reverse just use setup (#1574) 2018-02-28 19:56:14 -08:00
rewrite check DO bit is maintaining status (#1526) 2018-02-14 20:18:02 +01:00
root return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
route53 return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
secondary plugin/auto/file/secondary: Use new upstream resolver (#1534) 2018-02-16 09:44:50 +01:00
template plugin/template: add upstream option (#1529) 2018-02-16 09:45:25 +01:00
test plugin/rewrite: rewrite responses for all record types (#1460) (#1463) 2018-02-06 18:40:46 +00:00
tls Fix with gofmt -s -w for plugin/tls/tls_test.go (#1552) 2018-02-22 07:25:55 +00:00
trace Plugin/BIND - extend the syntax to allow multiple addresses (#1512) 2018-02-14 20:19:32 +01:00
whoami just use setup (#1574) 2018-02-28 19:56:14 -08:00
backend.go plugin/kubernetes: Add upstream @self and loop count (#1484) 2018-02-14 21:11:26 +01:00
backend_lookup.go plugin/{kubernetes/etcd}: dynamic SOA (#1188) 2017-11-01 10:11:34 +00:00
normalize.go fix computation of reverse zone based on Ipv6 CIDRs (#1415) 2018-01-23 15:58:36 +00:00
normalize_test.go CIDR query routing (#1159) 2017-10-24 10:16:03 +01:00
plugin.go return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00