prometheus 2.40.2+ds-3 source package in Ubuntu

Changelog

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

  * Skip additional memory-intensive tests which fail on 32-bit archs

 -- Daniel Swarbrick <email address hidden>  Sun, 20 Nov 2022 06:32:08 +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.40.2+ds-3.dsc 4.4 KiB 0556c6e1936a26c0df36358f4bba531039ecd5898f3a518335189ce7c0ba9dfd
prometheus_2.40.2+ds.orig.tar.gz 3.6 MiB e3c3daf671d994c1f0151e6b8dde07d086ce5c5613f7488c13c76ef877f631d0
prometheus_2.40.2+ds-3.debian.tar.xz 71.4 KiB 42dd3af83e1c40b9b9cafc0264c5a10d1c9713ad90ea3bdd4b4e2399a5e9c1c5

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