Package perl-Metrics-Any: Information

    Source package: perl-Metrics-Any
    Version: 0.10-alt1
    Latest version according to Repology
    Build time:  Jul 8, 2023, 08:46 PM in the task #324534
    Category: Development/Perl
    Report package bug
    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).

    List of rpms provided by this srpm:
    perl-Metrics-Any (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. perl(List/Util.pm)
      2. perl(Module/Build.pm)
      3. rpm-build-perl
      4. perl(Test/Fatal.pm)
      5. perl(Test/More.pm)
      6. perl(Test2/V0.pm)
      7. perl-devel
      8. perl-podlators

    Last changed


    July 8, 2023 Igor Vlasenko 0.10-alt1
    - automated CPAN update
    Dec. 24, 2022 Igor Vlasenko 0.09-alt1.1
    - automated CPAN update
    Dec. 14, 2022 Igor Vlasenko 0.09-alt1
    - automated CPAN update