| Package | Description |
|---|---|
| fish.payara.microprofile.metrics | |
| fish.payara.microprofile.metrics.writer |
| Modifier and Type | Method and Description |
|---|---|
Set<org.eclipse.microprofile.metrics.MetricID> |
MetricsService.getMetricsIDs(String registryName,
String metricName) |
org.eclipse.microprofile.metrics.MetricRegistry |
MetricsService.getRegistry(String registryName)
Returns the Metrics registry based on respective registry name
|
| 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 registryName.
|
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 registryName.
|
Copyright © 2020. All rights reserved.