Michael Insel b0cf92fd17 Fix deadlock in GraphiteWriter
This fixes a deadlock in the GraphiteWriter feature, which is visible
during the reload process. The reload thread waits for the
GraphiteWriter to finish, but the GraphiteWriter can't finish because
it's stuck in `SendMetric()` waiting for a lock which is hold by the
reload thread.
2018-11-12 20:12:40 +01:00
..
2018-10-18 09:35:18 +02:00
2018-10-18 09:35:18 +02:00
2018-10-18 09:50:53 +02:00
2018-10-29 13:45:18 +01:00
2018-11-12 20:12:40 +01:00