prometheus 2.42.0+ds-4 source package in Ubuntu

Changelog

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

  * Skip TestConcurrentRangeQueries on riscv64 also
  * Skip flaky TestPartialTruncateWAL test on certain archs
  * d/rules: skip long tests on riscv64, which cause build failures due to
    test timeouts

 -- Daniel Swarbrick <email address hidden>  Sun, 05 Feb 2023 08:02:02 +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-4.dsc 4.4 KiB e625fbeb7ca3ed7d33e2ec02f295b8d91a3f4b73a57c937b2a4207aded07fbab
prometheus_2.42.0+ds.orig.tar.xz 1.4 MiB 62d510f128aac02f138d6fa839589bc4649f65cae3bd0917aeee033a8889af61
prometheus_2.42.0+ds-4.debian.tar.xz 71.0 KiB b427fa92c9747d4afa411e012100baf3b67864e43afdaf00974303c4449b2b2a

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