| Package | Description |
|---|---|
| fish.payara.microprofile.metrics | |
| fish.payara.microprofile.metrics.writer |
| Modifier and Type | Method and Description |
|---|---|
default org.eclipse.microprofile.metrics.MetricRegistry |
MetricsService.MetricsContext.getApplicationRegistry() |
org.eclipse.microprofile.metrics.MetricRegistry |
MetricsService.MetricsContext.getRegistry(org.eclipse.microprofile.metrics.MetricRegistry.Type type)
Access a
MetricRegistry of this context. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsWriterImpl.write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope) |
void |
MetricsWriter.write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)
Write the metrics that registered for the respective scope.
|
void |
MetricsWriterImpl.write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
String metricName) |
void |
MetricsWriter.write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
String metricName)
Write the metrics that matches the metricName for the respective scope.
|
Copyright © 2021. All rights reserved.