Skip navigation links

Simple Metrics 1.8 API

This package provides some simple metrics and associated operations that allow for the recording of application metrics and persisting them to various different local or cloud storage/metric systems.

See: Description

Packages 
Package Description
com.j256.simplemetrics.manager
Classes which manage all of the metrics and control their updating and persisting.
com.j256.simplemetrics.metric
Metrics classes which do the value storage and updating.
com.j256.simplemetrics.persister
Classes which handle the persisting of the metrics.
com.j256.simplemetrics.utils
Utility classes including ones that publish metrics from the JVM and the file-system.

This package provides some simple metrics and associated operations that allow for the recording of application metrics and persisting them to various different local or cloud storage/metric systems. You code registers metrics and then doesn't have to not worry about how they are managed or persisted.

The change log file shows the various features and bug fixes in each version.

SimpleMetrics home page.

Skip navigation links

This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.