prometheus-pushgateway 1.7.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release
  * Refresh patches and convert to gbp-pq format
  * Modernize debian/rules to produce more visually appealing man pages

 -- Daniel Swarbrick <email address hidden>  Sun, 04 Feb 2024 23:08:02 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.7.0-1.dsc 2.5 KiB 02c95eb4584ddd1a48aaacc2fd6d600828fc75b3f8941885327a9eb77baf2aae
prometheus-pushgateway_1.7.0.orig.tar.gz 2.4 MiB bd035dba72c4e5cb5c4a3fcc7d5dcbf0b638ff79241635092b82409d218aaa3e
prometheus-pushgateway_1.7.0-1.debian.tar.xz 10.0 KiB 0c4df5019615fff02926d71b4393523d0aea8eee8875b13bf1791bcd2ce678ab

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