prometheus-pushgateway 1.6.0-1build1 source package in Ubuntu

Changelog

prometheus-pushgateway (1.6.0-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:17:49 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.6.0.orig.tar.gz 2.4 MiB 32d838e7b4e7553a14e1ae14c8df6dcdcc5f121e1a70ef8b3fdb788cbd5162b2
prometheus-pushgateway_1.6.0-1build1.debian.tar.xz 9.6 KiB 5fa3f8649d9aa557721c44e57c7a675ef5c7afe2a6cc761e773fe506dc3eb73b
prometheus-pushgateway_1.6.0-1build1.dsc 2.5 KiB 81af39204bb5da6202fa8af2a3c2a1e68b6e8378ebca8a3ecc2bec56e61867e3

View changes file

Binary packages built by this source

prometheus-pushgateway: Prometheus exporter for ephemereal jobs

 The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose
 their metrics to Prometheus. Since these kinds of jobs may not exist long
 enough to be scraped, they can instead push their metrics to a Pushgateway.
 The Pushgateway then exposes these metrics to Prometheus.
 .
 The Pushgateway is explicitly not an aggregator, but rather a metrics cache.
 It does not have a statsd-like semantics. The metrics pushed are exactly the
 same as you would present for scraping in a permanently running program.
 .
 For machine-level metrics, the textfile collector of prometheus-node-exporter
 is usually more appropriate. The Pushgateway is best used for service-level
 metrics.

prometheus-pushgateway-dbgsym: debug symbols for prometheus-pushgateway