prometheus 2.45.1+ds-3 source package in Ubuntu

Changelog

prometheus (2.45.1+ds-3) unstable; urgency=medium

  * Override dh_auto_test gcflags on riscv64 to workaround
    https://github.com/golang/go/issues/63167
  * Increase test timeout and skip long tests on mips64el and riscv64

 -- Daniel Swarbrick <email address hidden>  Wed, 22 Nov 2023 21:58: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

Downloads

File Size SHA-256 Checksum
prometheus_2.45.1+ds-3.dsc 4.1 KiB fa8be40bd873c520a986ac9ed78268ff3c95bf3d6bcbbe844d87844a02b154bf
prometheus_2.45.1+ds.orig.tar.gz 3.7 MiB db4b15204c72d0edd76d0181a03a3a30ec19a00ee9c70d4fce0a888d38ca0265
prometheus_2.45.1+ds-3.debian.tar.xz 75.0 KiB 56c6b63de306ce79f22a2747a71851f3d7274bb06341d5211ebf077a3b6410e6

Available diffs

No changes file available.

Binary packages built by this source

prometheus: monitoring system and time series database

 Prometheus is a systems and services monitoring system. It collects metrics
 from configured targets at given intervals, evaluates rule expressions,
 displays the results, and can trigger alerts if some condition is observed to
 be true.
 .
 Prometheus' main distinguishing features as compared to other monitoring
 systems are:
 .
  * A multi-dimensional data model (timeseries defined by metric name and set
    of key/value dimensions).
  * A flexible query language to leverage this dimensionality.
  * No dependency on distributed storage; single server nodes are autonomous.
  * Timeseries collection happens via a pull model over HTTP.
  * Pushing timeseries is supported via an intermediary gateway.
  * Targets are discovered via service discovery or static configuration.
  * Multiple modes of graphing and dashboarding support.
  * Federation support coming soon.

prometheus-dbgsym: debug symbols for prometheus