google / cadvisor

Analyzes resource usage and performance characteristics of running containers.
Other
16.9k stars 2.31k forks source link

cadvisor stops sending metrics to statsd if statsd restarts #1415

Open roflmao opened 8 years ago

roflmao commented 8 years ago

Running from latest master. BuildID[sha1]=0xbaac83fa209ae6ca8fec7d40f5b2ffa3527d67be

cAdvisor run command:

/usr/bin/cadvisor -docker_only -storage_driver=statsd -storage_driver_host=10.0.82.12:8125 -storage_driver_db=dn-159 -housekeeping_interval=5s

If statsd is restarted due to maintenance cAdvisor stops sending metrics and thus needs to be restarted.

tehlers320 commented 7 years ago

this is sending via UDP how does this happen?