/** Remove the monitor associated with the passed in key */ public static void remove(MonKey key) { factory.remove(key); }
/** Remove/delete the specified monitor */ public static void remove(String label, String units) { factory.remove(label, units); }