libprometheus-tiny-perl 0.011-1 source package in Ubuntu

Changelog

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

  * Import upstream version 0.011.
  * Update Upstream-Contact.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 30 Sep 2023 02:01:20 +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-perl_0.011-1.dsc 2.6 KiB 0baa85ef3c305672f2e4d7fab11e6f662614da27521dff0b75ac606b74a0ae2e
libprometheus-tiny-perl_0.011.orig.tar.gz 17.7 KiB 8db1480f3c89eb86d414cf5f47feed8df3112b38c463cb8f65b4c064e20b1e13
libprometheus-tiny-perl_0.011-1.debian.tar.xz 2.0 KiB bbc58f6dfef772ff459d33d05b70259bd482249389259a0061799ae8f6d02478

Available diffs

No changes file available.

Binary packages built by this source

libprometheus-tiny-perl: tiny module to export monitoring metrics for Prometheus

 Prometheus::Tiny is a minimal metrics client for the Prometheus time-series
 database, that can be used to instrument a service so that it can export
 monitoring metrics so that Prometheus compatible servers can collect them.
 .
 It does the following things differently to Net::Prometheus:
  * No setup. No need to pre-declare metrics to get something useful.
  * Labels are passed in a hash. Positional parameters get awkward.
  * No inbuilt collectors, PSGI apps, etc. Just the metrics.
  * No different metric types. You get what you ask for.