1 Title: Make sending data to Carbon/Graphite more robust.
11 When the connection to Carbon/Graphite is slow and/or the kernel on the
12 monitoring server is very busy, it could happen that we sent a partial line
13 only, so the net result could look like the core is stuttering. With this
14 fix, we introduce a small timeout for each write before giving up, and we
15 make sure to close the connection in that case. It will be re-opened later