moby--moby/daemon/logger
Patrick Haas ef553e14a4 Fix gcplogs memory/connection leak
The cloud logging client should be closed when the log driver is closed. Otherwise dockerd will keep a gRPC connection to the logging endpoint open indefinitely.

This results in a slow leak of tcp sockets (1) and memory (~200Kb) any time that a container using `--log-driver=gcplogs` is terminates.

Signed-off-by: Patrick Haas <patrickhaas@google.com>
2020-09-30 17:45:19 -07:00
..
awslogs
etwlogs
fluentd
gcplogs Fix gcplogs memory/connection leak 2020-09-30 17:45:19 -07:00
gelf
journald add partial metadata to journald logs 2020-09-01 12:54:05 +02:00
jsonfilelog
local
logentries
loggerutils
splunk
syslog
templates
adapter.go
adapter_test.go
copier.go
copier_test.go
factory.go
log_cache_opts.go
logger.go
logger_test.go
loginfo.go
metrics.go
plugin.go
plugin_unix.go
plugin_unsupported.go
proxy.go
ring.go
ring_test.go