Return a monitor with the given label and units. Note label has an effect on what range is used. If no range is
associated with units then it will use the null range (i.e. no range)
Sample Call: factory.add("com.fdsapi.MyException", "error", 1);
Used when you want to create your own key for the monitor. This works similarly to a group by clause where the key is
any columns used after the group by clause.
enableGlobalActive
public void enableGlobalActive(boolean enable)(Code)
Set the map that holds the monitors. This could be used to aid jamon performance by passing in a high performance
Thread safe map such as open source projects and jdk 1.5 have