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