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. getRegistry(org.eclipse.microprofile.metrics.MetricRegistry.Type type)Access aMetricRegistryof this context. -
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(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)Write the metrics that registered for the respective scope.voidMetricsWriter. write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope, String metricName)Write the metrics that matches the metricName for the respective scope.voidMetricsWriterImpl. write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)voidMetricsWriterImpl. write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope, String metricName)
-