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

Changelog

prometheus-pushgateway (1.4.2+ds1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update gitlab-ci.yml from its new refactored template.
  * Update gbp.conf following latest Go Team workflow.
  * Update debian/watch file.
  * Use dh-sequence-golang instead of dh-golang and --with=golang.
  * Switch to Standards-Version 4.6.0 (no changes needed).
  * Do not install development documents.
  * Add Repository-Browse upstream metadata field.
  * Update Files-Excluded field for new upstream release.
  * Refresh patches for new upstream release.
  * Update dependencies for new upstream release.
  * Update default file for new upstream release.

 -- Guillem Jover <email address hidden>  Wed, 01 Dec 2021 00:18:36 +0100

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.4.2+ds1-1.dsc 2.5 KiB e30fc659539eb8ba0f30436f8c9ff9c58f44b450d8f220ac4663a37c375cf52a
prometheus-pushgateway_1.4.2+ds1.orig.tar.xz 1.8 MiB 9ab836e14c6424d6a40cda01f7467ed6b3f96dbf46cfd2f1991d17325ac765b6
prometheus-pushgateway_1.4.2+ds1-1.debian.tar.xz 9.2 KiB 41a208ece7205eb633c8c09c52f9ec26816e23adc6141a8d5c6da981b2a59c59

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