public interface MetricsWriter
| Modifier and Type | Method and Description |
|---|---|
void |
write()
Write all the registered metrics
|
void |
write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)
Write the metrics that registered for the respective registryName.
|
void |
write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
String metricName)
Write the metrics that matches the metricName for the respective registryName.
|
void write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope,
String metricName)
throws NoSuchRegistryException,
NoSuchMetricException,
IOException
scope - metricName - NoSuchRegistryExceptionNoSuchMetricExceptionIOExceptionvoid write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope)
throws NoSuchRegistryException,
IOException
scope - NoSuchRegistryExceptionIOExceptionvoid write()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.