Revision history for Metrics-Any
0.04 2020-05-12
[CHANGES]
* Add documentation to Metrics::Any::Adapter
* Support METRICS_ANY_ADAPTER environment variable to override Null
default
* Added Metrics::Any::Adapter::File and ::Stderr
* Metrics::Any::Adapter::Test now checks that reported metric types
match those they were declared as
0.03 2020-04-29
[CHANGES]
* Support and encourage hierarchial metric names to be specified by
arrayrefs of string parts
* Suggest `units` parameter to ->make_counter
* Give Collector a boolean overload making it appear false if it has
the Null adapter
0.02 2020-04-28
[CHANGES]
* Add new metric types: distribution, gauge, timer
* Pass additional arguments from `use Metrics::Any::Adapter`
statement into adapter constructor
0.01 2020-04-27
First version, released on an unsuspecting world.