软件包: libmetrics-any-perl (0.07-1)
libmetrics-any-perl 的相关链接
Trisquel 的资源:
下载源码包 libmetrics-any-perl:
- [libmetrics-any-perl_0.07-1.dsc]
- [libmetrics-any-perl_0.07.orig.tar.gz]
- [libmetrics-any-perl_0.07-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- gregor herrmann
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.
其他与 libmetrics-any-perl 有关的软件包
|
|
|
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language