prometheus 2.33.5+ds1-2 source package in Ubuntu

Changelog

prometheus (2.33.5+ds1-2) unstable; urgency=medium

  * New patch: Avoid literal integer overflows in 32 bit arches.
  * debian/rules: Avoid test failures due to newer crypto/x509
    requirements.

 -- Martina Ferrari <email address hidden>  Wed, 23 Mar 2022 22:28:20 +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.33.5+ds1-2.dsc 4.1 KiB 9f21cedc5713a6cedc8a397f5bb0d087fe36a660ba5e7653678f67c8e5409959
prometheus_2.33.5+ds1.orig.tar.xz 1.3 MiB 9088f2c7dbf9b2c0530fb17cdcc872e8f5bb5b5a84770fd7b80881ebcf1b4647
prometheus_2.33.5+ds1-2.debian.tar.xz 41.9 KiB 6bdb996e18f19ff2536d49f2eaf9e8e726290d364dc1a17dd06ae33f88cc01d9

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