套件:libmetrics-any-perl(0.09-1)
libmetrics-any-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmetrics-any-perl:
- [libmetrics-any-perl_0.09-1.dsc]
- [libmetrics-any-perl_0.09.orig.tar.gz]
- [libmetrics-any-perl_0.09-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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