prometheus 2.45.4+ds-2 source package in Ubuntu

Changelog

prometheus (2.45.4+ds-2) unstable; urgency=medium

  * Add new 0024-Fix-deadlock-in-TestQuerierIndexQueriesRace.patch

 -- Daniel Swarbrick <email address hidden>  Sun, 31 Mar 2024 15:56:05 +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.4+ds-2.dsc 4.1 KiB 983292e1a29d8e7a10f88af38923cfa41e6f30132bf14a38badb9b0a56a7f498
prometheus_2.45.4+ds.orig.tar.xz 1.4 MiB 8f97826108d3f1390e9b07fc9f67cdbac34ab3d1b2d5e31cc54ab065d2fe192a
prometheus_2.45.4+ds-2.debian.tar.xz 76.3 KiB 99713b44ce065f38dd46931cd0348d880be22673ced57e6cf8cf7f3bf4c749a5

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