Class MetricsStore
- java.lang.Object
-
- org.glassfish.jersey.examples.micrometer.MetricsStore
-
public class MetricsStore extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringREGISTRY_NAME
-
Constructor Summary
Constructors Constructor Description MetricsStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricsApplicationEventListenergetMetricsApplicationEventListener()io.micrometer.core.instrument.MeterRegistrygetRegistry()
-
-
-
Field Detail
-
REGISTRY_NAME
public static final String REGISTRY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMetricsApplicationEventListener
public MetricsApplicationEventListener getMetricsApplicationEventListener()
-
getRegistry
public io.micrometer.core.instrument.MeterRegistry getRegistry()
-
-