Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37537162
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-Metrics-Any

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.10-alt1
Время сборки: 8 июля 2023, 15:59 ( 41.9 недели назад )
Размер архива: 38.41 Kb

Домашняя страница:   http://search.cpan.org/dist/Metrics-Any/

Лицензия: perl
О пакете: abstract collection of monitoring metrics
Описание:

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).

Текущий майнтейнер: Igor Vlasenko

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Metrics-Any
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin