private void closeGraphiteConnection()
 {
     try
     {
         graphite.Dispose();
     }
     catch (Exception e)
     {
         LOGGER.Debug("Error disconnecting from Graphite", e);
     }
 }
Example #2
0
 /// <inheritdoc />
 public void Dispose() => _graphiteSender.Dispose();