libprometheus-tiny-shared-perl 0.027-1 source package in Ubuntu

Changelog

libprometheus-tiny-shared-perl (0.027-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.027.
  * debian/copyright: update upstream name and email address.
  * Bump versioned (test) dependency on libprometheus-tiny-perl.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 06 Oct 2023 00:46:49 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libprometheus-tiny-shared-perl_0.027-1.dsc 2.8 KiB 1c4b4327626c4daa0d9c9156d4ea08a9b6aa77c67e78a8401294351f5a1afa88
libprometheus-tiny-shared-perl_0.027.orig.tar.gz 18.2 KiB 7a050baa18ca7c0d20b288a1d4bd2727713a94583f426b249f95dc8d40edcbd1
libprometheus-tiny-shared-perl_0.027-1.debian.tar.xz 1.9 KiB adf114b950927bef64535f887f46deb34d83a2661bf5b20af0d6f281f74d914f

Available diffs

No changes file available.

Binary packages built by this source

libprometheus-tiny-shared-perl: 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.