Uses of Class
fish.payara.microprofile.metrics.exception.NoSuchRegistryException
-
Packages that use NoSuchRegistryException Package Description fish.payara.microprofile.metrics fish.payara.microprofile.metrics.writer -
-
Uses of NoSuchRegistryException in fish.payara.microprofile.metrics
Methods in fish.payara.microprofile.metrics that throw NoSuchRegistryException Modifier and Type Method Description default org.eclipse.microprofile.metrics.MetricRegistryMetricsService.MetricsContext. getApplicationRegistry()org.eclipse.microprofile.metrics.MetricRegistryMetricsService.MetricsContext. getOrCreateRegistry(String registryName) -
Uses of NoSuchRegistryException in fish.payara.microprofile.metrics.writer
Methods in fish.payara.microprofile.metrics.writer that throw NoSuchRegistryException Modifier and Type Method Description voidMetricsWriter. write(String scope)Write the metrics that registered for the respective scope.voidMetricsWriter. write(String scope, String metricName)Write the metrics that matches the metricName for the respective scope.voidMetricsWriterImpl. write(String scope)voidMetricsWriterImpl. write(String scope, String metricName)
-