Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37552627
en ru br
ALT Linux repos
S:0.10-alt1

Group :: Development/Perl
RPM: perl-Metrics-Any

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.10-alt1
Build date: 8 july 2023, 15:59 ( 41.9 weeks ago )
Size: 38.41 Kb

Home page:   http://search.cpan.org/dist/Metrics-Any/

License: perl
Summary: abstract collection of monitoring metrics
Description:

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 the Log::Any manpage, 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.

This separation of concerns allows module authors to write code which will
report metrics without needing to care about the exact mechanism of that
reporting (as well as to write code which does not itself depend on the code
required to perform that reporting).

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Metrics-Any
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin