prometheus-pushgateway 1.5.1-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Fix jquery and bootstrap4 css paths in 02-Do_not_embed_blobs.patch

 -- Daniel Swarbrick <email address hidden>  Mon, 12 Dec 2022 22:41:04 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
prometheus-pushgateway_1.5.1-2.dsc 2.5 KiB 5dbfd09423d5ec2d4dce9235398e19ef0c93060c66343b63e8b6eeb89a157676
prometheus-pushgateway_1.5.1.orig.tar.gz 2.4 MiB 4e141ade28ccc4bb3c7f503042f9ddcd8c5d628b6b285d01c3edc5af3a20b89e
prometheus-pushgateway_1.5.1-2.debian.tar.xz 9.2 KiB b378c9b197519ce3d23f461b5c6637e50d1749001971a54586ae5511aaa029f2

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