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

Changelog

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

  * No-change rebuild for golang-golang-x-text

 -- Eduardo Barretto <email address hidden>  Fri, 03 Feb 2023 14:50:45 +0100

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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.1.debian.tar.xz 9.3 KiB 4aa7b32ac634be6424f0f93fca5c5c438e8f48ce4dab094a9a06c460386347c5
prometheus-pushgateway_1.4.2+ds1-1ubuntu0.1.dsc 2.6 KiB a3a053946f166f5e7bca5c084161dfcd41a0a7172e6512bf6144b1920471659d

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