libmetrics-any-perl 0.06-1 source package in Ubuntu

Changelog

libmetrics-any-perl (0.06-1) unstable; urgency=medium

  * Import upstream version 0.06.

 -- gregor herrmann <email address hidden>  Tue, 07 Jul 2020 22:44:56 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmetrics-any-perl_0.06-1.dsc 2.4 KiB f1e505abf333b5c510af73c2e2ee9ab522a1d36af3514caacf7cb3db60ebd882
libmetrics-any-perl_0.06.orig.tar.gz 29.1 KiB 9c529df8e8a277bb158d6241c73bd1a7ea08aeae9e1edbb5583a1a0748fb9837
libmetrics-any-perl_0.06-1.debian.tar.xz 1.8 KiB 4fc29b5ecd68db7782ec9d63a9266dcacb2bdd00118010e665e7b2a50d518e79

Available diffs

No changes file available.

Binary packages built by this source

libmetrics-any-perl: abstract collection of monitoring metrics

 Metrics::Any provides a central location for modules to report monitoring
 metrics, such as counters of the number of times interesting events have
 happened, and programs to collect up and send those metrics to monitoring
 services.
 .
 Inspired by Log::Any, this module splits the overall problem into two sides.
 Modules wishing to provide metrics for monitoring purposes can use the use
 Metrics::Any statement to obtain a collector into which they can report
 metric events. By default this collector doesn't actually do anything, so
 modules can easily use it without adding extra specific dependencies for
 specific reporting.
 .
 A program using one or more such modules can apply a different policy and
 request a particular adapter implementation in order to actually report these
 metrics to some external system, by using the use Metrics::Any::Adapter
 statement.