prometheus 2.31.1+ds2-2 source package in Ubuntu

Changelog

prometheus (2.31.1+ds2-2) unstable; urgency=medium

  * Team upload.
  * Require golang-github-prometheus-common-dev (>= 0.32.1-4~). From -2 to -3
    part of an API break was reverted, which at the same time broke this
    package. Require the unbroken version to make sure the builds succeed.

 -- Guillem Jover <email address hidden>  Fri, 26 Nov 2021 23:45:46 +0100

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.31.1+ds2-2.dsc 4.1 KiB 6ae72a6eda2e0acdf7d765293f6ed45882db20dd747bc8a95250b19eb851ce09
prometheus_2.31.1+ds2.orig.tar.gz 3.7 MiB 6c9709cc18ad5caffa1f69fb87b15966a854d167a5116690e29d3000892c89fc
prometheus_2.31.1+ds2-2.debian.tar.xz 33.5 KiB c1adcc1cf5f3b479b165a9cb6c1423e275b29a4456f7ed70d585b8b4a7d9916d

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