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