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
- NoSuchRegistryException
NoSuchMetricException
IOException
void write(org.eclipse.microprofile.metrics.MetricRegistry.Type scope) throws NoSuchRegistryException, IOException
scope
- NoSuchRegistryException
IOException
void write() throws IOException
IOException
Copyright © 2020. All rights reserved.