prometheus-pushgateway 1.5.1-1 source package in Ubuntu

Changelog

prometheus-pushgateway (1.5.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release (fixes CVE-2022-46146)
  * Drop +ds version suffix, since we no longer need to unvendor

 -- Daniel Swarbrick <email address hidden>  Wed, 07 Dec 2022 03:28:47 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.5.1-1.dsc 2.5 KiB 60b9c82e14d3d58148a3f649e3b6643f984123b88c1e8a981e2356bf5260eb9d
prometheus-pushgateway_1.5.1.orig.tar.xz 1.9 MiB ed0066550c13bdbef8b10bf414cce790a633b8dff99daf3270146bc3b7a34522
prometheus-pushgateway_1.5.1-1.debian.tar.xz 9.2 KiB 0c0363266bfc6e66b70ea22d2e125c64df7a92bc2da99fafd7fc95ce71e31a51

No changes file available.

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