prometheus-pushgateway 1.6.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release
  * Add new build-dep golang-github-golang-snappy-dev
  * Refresh patches
  * Add new 04-Revert_kingpin_import_path.patch
  * Bump Standards-Version to 4.6.2 (no changes)
  * Drop redundant Build-Depends version constraints
  * Add golang-github-prometheus-client-model-dev version constraint
  * Modernize protobuf Build-Depends

 -- Daniel Swarbrick <email address hidden>  Mon, 19 Jun 2023 11:25:30 +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.6.0-1.dsc 2.5 KiB d5db2c135a2b8e9281ef9001920c6fef5d06594f01f996f2e00139ef5af26fbc
prometheus-pushgateway_1.6.0.orig.tar.gz 2.4 MiB 32d838e7b4e7553a14e1ae14c8df6dcdcc5f121e1a70ef8b3fdb788cbd5162b2
prometheus-pushgateway_1.6.0-1.debian.tar.xz 9.5 KiB 32cbf41efcd74bf548bb3d3307a63742bbfd10b5c19aa44da15a1723d898e7fd

Available diffs

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