Package org.smallmind.claxon.registry
Class Instrument
- java.lang.Object
-
- org.smallmind.claxon.registry.Instrument
-
- All Implemented Interfaces:
PerApplicationDataManager
public class Instrument extends Object implements PerApplicationDataManager
-
-
Constructor Summary
Constructors Constructor Description Instrument()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClaxonRegistrygetRegistry()static voidregister(ClaxonRegistry registry)static Instrumentationwith(Class<?> caller, MeterBuilder<?> builder, Tag... tags)
-
-
-
Method Detail
-
register
public static void register(ClaxonRegistry registry)
-
getRegistry
public static ClaxonRegistry getRegistry()
-
with
public static Instrumentation with(Class<?> caller, MeterBuilder<?> builder, Tag... tags)
-
-