Overload | Description |
---|---|
Register(Object) | Pre-registers all sampled metric definitions defined by attributes on the provided object or Type, and registers metric instances where SampledMetricInstanceName attribute is also found. |
Register(String,String,String,SamplingType,String,String,String,String) | Creates a new metric instance from the provided definition information, or returns any existing instance if found. |
Register(SampledMetricDefinition,String) | Creates a new metric instance from the provided definition information, or returns any existing instance if found. |