baseplate.py
baseplate.py copied to clipboard
Trace publisher crashes when it gets connection refused sending statsd metrics
This can cause unnecessary pod restarts.
Unclear what to do when this kind of failure is going on as we wouldn't want it to be silent.
in baseplate.go the behavior is log and move on, which I think makes sense as the connection is udp anyways.