The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06 - 2020-07-04

  • CHANGES
    • Added a shareable base class for adapters that store metric values
    • Pass collector argument into adapter ->make_* methods
    • Added $collector->package accessor
    • Added explicit use VERSION declarations to every perl file
  • BUGFIXES
    • Ensure that collector will stringify to a nonconfusing result rather than '1' due to its boolify overload

Modules

abstract collection of monitoring metrics
set the Metrics::Any adapter for the program
write metrics to a file
a metrics reporting adapter which does nothing
write metrics to STDERR
send metrics to multiple adapters
a metrics reporting adapter for unit testing
a base class for metrics adapters which store values
module-side of the monitoring metrics reporting API