Package io.helidon.microprofile.metrics
Class RegistryProducer
- java.lang.Object
-
- io.helidon.microprofile.metrics.RegistryProducer
-
@ApplicationScoped public final class RegistryProducer extends Object
Producer of each type of registry.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.microprofile.metrics.MetricRegistrygetApplicationRegistry()static org.eclipse.microprofile.metrics.MetricRegistrygetBaseRegistry()static org.eclipse.microprofile.metrics.MetricRegistrygetDefaultRegistry()static org.eclipse.microprofile.metrics.MetricRegistrygetVendorRegistry()
-
-
-
Method Detail
-
getDefaultRegistry
@Produces public static org.eclipse.microprofile.metrics.MetricRegistry getDefaultRegistry()
-
getApplicationRegistry
@Produces @RegistryType(type=APPLICATION) public static org.eclipse.microprofile.metrics.MetricRegistry getApplicationRegistry()
-
getBaseRegistry
@Produces @RegistryType(type=BASE) public static org.eclipse.microprofile.metrics.MetricRegistry getBaseRegistry()
-
getVendorRegistry
@Produces @RegistryType(type=VENDOR) public static org.eclipse.microprofile.metrics.MetricRegistry getVendorRegistry()
-
-