Source: libprometheus-tiny-shared-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libdata-random-perl , libhash-sharedmem-perl , libhttp-message-perl , libjson-xs-perl , libplack-perl , libprometheus-tiny-perl (>= 0.010) , libtest-differences-perl , libtest-exception-perl , libtest-simple-perl , libtest-warn-perl , perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libprometheus-tiny-shared-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprometheus-tiny-shared-perl.git Homepage: https://metacpan.org/release/Prometheus-Tiny-Shared Rules-Requires-Root: no Package: libprometheus-tiny-shared-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhash-sharedmem-perl, libjson-xs-perl, libprometheus-tiny-perl (>= 0.010) Description: tiny Prometheus client with a shared database behind it Prometheus::Tiny::Shared is a wrapper around Prometheus::Tiny that instead of storing metrics data in a hashtable, stores them in a shared datastore (provided by Hash::SharedMem, though this may change in the future). This lets you keep a single set of metrics in a multithreaded app.