prometheus 2.45.3+ds-2 source package in Ubuntu

Changelog

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

  * Add new 0022-Support-prometheus-common-0.47.0.patch (Closes: #1064765)
  * Bump golang-github-prometheus-common-dev version constraint to >= 0.47.0

 -- Daniel Swarbrick <email address hidden>  Tue, 27 Feb 2024 05:26:30 +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.3+ds-2.dsc 4.1 KiB 16139db7b984346b25be17b4957d8eb1626460f2882231886dea1c382b78e0dd
prometheus_2.45.3+ds.orig.tar.gz 3.7 MiB f022fc1bbd8a67dca899dac70945e4ea7cf72553b1a5b5a349b6e6d05e01e4cc
prometheus_2.45.3+ds-2.debian.tar.xz 75.6 KiB ad25c9a1710e2a8155385c0fd07aa54342d9be7b31435df6f2aa76a2533838bf

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