having some time connection error to graphite backend. code: graphite.on('error', (error)=> { console.log('Graphite connection failure. ' + error)}); i am wondering if the on error should close and reconnect ? or it reconnect autamaticly ?
having some time connection error to graphite backend.
code:
graphite.on('error', (error)=> { console.log('Graphite connection failure. ' + error)});
i am wondering if the on error should close and reconnect ? or it reconnect autamaticly ?