prometheus 2.42.0+ds-3 source package in Ubuntu

Changelog

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

  * Skip TestConcurrentRangeQueries on 32-bit archs due to consistent timeouts

 -- Daniel Swarbrick <email address hidden>  Sun, 05 Feb 2023 05:28:28 +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.42.0+ds-3.dsc 4.4 KiB e2828b1c965863bd81792abbfeb68e0dfb3f760a3525ada1364e473a2fe780d4
prometheus_2.42.0+ds.orig.tar.xz 1.4 MiB 62d510f128aac02f138d6fa839589bc4649f65cae3bd0917aeee033a8889af61
prometheus_2.42.0+ds-3.debian.tar.xz 70.7 KiB bc6ec806bb64a36de0ef3ba8a065366386cfcb7d686d398b76128c044ab14452

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