prometheus-pushgateway 1.6.0-1ubuntu0.1 source package in Ubuntu

Changelog

prometheus-pushgateway (1.6.0-1ubuntu0.1) mantic-security; urgency=medium

  * No-change rebuild due to golang-1.20, golang1-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 29 Jan 2024 11:22:46 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.6.0.orig.tar.gz 2.4 MiB 32d838e7b4e7553a14e1ae14c8df6dcdcc5f121e1a70ef8b3fdb788cbd5162b2
prometheus-pushgateway_1.6.0-1ubuntu0.1.debian.tar.xz 9.7 KiB 75a118047736f02dc4abe21f476d085fe2a81d19f8920074dcfc2aa453365be7
prometheus-pushgateway_1.6.0-1ubuntu0.1.dsc 2.5 KiB 2246ade376fd5f18d80ed56ade985ef66f9efd9ce59c40144d8ce568e2918e10

View changes file

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