Package | Description |
---|---|
com.j256.simplemetrics.manager |
Classes which manage all of the metrics and control their updating and persisting.
|
com.j256.simplemetrics.persister |
Classes which handle the persisting of the metrics.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricsManager.setMetricValuesPersisters(MetricValuesPersister[] metricValuesPersisters)
Set the persisters for the metric values.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingMetricsPersister
Publishes metrics to the java.util.Logger class using the
Logger.info(String) method. |
class |
SystemOutMetricsPersister
Very simple persister which dumps out metrics out to
System.out . |
class |
TextFileMetricsPersister
Publishes metrics to the log file on disk.
|
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.