prometheus-pushgateway 1.7.0-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Add new 0003-Support-prometheus-common-v0.50.0.patch
  * Bump golang-github-prometheus-client-golang-dev version constraint
    (>= 1.19.0)

 -- Daniel Swarbrick <email address hidden>  Mon, 18 Mar 2024 04:21:21 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.7.0-2.dsc 2.6 KiB 3ce3ed738cfd7b4cd5df24e03e28e4d38ca66d08bd3e5be6162a44b77b4dc4a4
prometheus-pushgateway_1.7.0.orig.tar.gz 2.4 MiB bd035dba72c4e5cb5c4a3fcc7d5dcbf0b638ff79241635092b82409d218aaa3e
prometheus-pushgateway_1.7.0-2.debian.tar.xz 10.3 KiB 784515e9d54115b84038769a8c6e92042cdf0cdc462e4d4d54ff8f6a406305a0

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