prometheus 2.31.2+ds1-1ubuntu1.22.04.1 source package in Ubuntu

Changelog

prometheus (2.31.2+ds1-1ubuntu1.22.04.1) jammy-security; urgency=medium

  * No-change rebuild for golang-golang-x-text

 -- Eduardo Barretto <email address hidden>  Thu, 02 Feb 2023 14:10:42 +0100

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
prometheus_2.31.2+ds1.orig.tar.xz 1.4 MiB c13a585299329438d6c341420c3c423b85ec47207265b4b24d201973df1d32f8
prometheus_2.31.2+ds1-1ubuntu1.22.04.1.debian.tar.xz 40.5 KiB e53df8ff9e911c4c8d2b4f4b4741d6ef61cf87116c035b954b8cbf6ae7545327
prometheus_2.31.2+ds1-1ubuntu1.22.04.1.dsc 4.3 KiB cac05ca82ae76504f675fb24664cf63a2b755e1340aaedeeb0791b440ce51e71

View changes file

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