prometheus-pushgateway 1.4.2+ds1-1ubuntu0.2 source package in Ubuntu

Changelog

prometheus-pushgateway (1.4.2+ds1-1ubuntu0.2) jammy-security; urgency=medium

  * No change build due to golang-1.18 update

 -- Nishit Majithia <email address hidden>  Tue, 02 May 2023 18:46:36 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy security universe misc

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.4.2+ds1.orig.tar.xz 1.8 MiB 9ab836e14c6424d6a40cda01f7467ed6b3f96dbf46cfd2f1991d17325ac765b6
prometheus-pushgateway_1.4.2+ds1-1ubuntu0.2.debian.tar.xz 9.3 KiB 22cc2ff5e80d2b562f67b12645b6733eecbf8335e55a1b38496249e702050694
prometheus-pushgateway_1.4.2+ds1-1ubuntu0.2.dsc 2.5 KiB f9823b562c07becadd920110177c993909dea393679d3b55bb96ddbb338bc079

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