@ApplicationScoped public final class RegistryProducer extends Object
| Modifier and Type | Method and Description |
|---|---|
static MetricRegistry |
getApplicationRegistry() |
static MetricRegistry |
getBaseRegistry() |
static MetricRegistry |
getDefaultRegistry() |
static MetricRegistry |
getVendorRegistry() |
@Produces public static MetricRegistry getDefaultRegistry()
@Produces @RegistryType(type=APPLICATION) public static MetricRegistry getApplicationRegistry()
@Produces @RegistryType(type=BASE) public static MetricRegistry getBaseRegistry()
@Produces @RegistryType(type=VENDOR) public static MetricRegistry getVendorRegistry()
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.