prometheus 2.40.7+ds-1 source package in Ubuntu

Changelog

prometheus (2.40.7+ds-1) unstable; urgency=medium

  * New upstream version
  * d/copyright: drop Files-Excluded patterns for files which are no longer
    shipped by upstream

 -- Daniel Swarbrick <email address hidden>  Mon, 19 Dec 2022 03:50:09 +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.40.7+ds-1.dsc 4.4 KiB c77e3881c1904189eea7e6fae84657fb92b0ccbf6fd4db2dcb9a26161a393620
prometheus_2.40.7+ds.orig.tar.gz 3.6 MiB 789ba1f5e601172b9a1872a5c0e892ae442e6d012982ae93a105fe5106c12bf0
prometheus_2.40.7+ds-1.debian.tar.xz 70.3 KiB feaea2a71fd34f8cbff9a1e305b4a3fb3be0d15b7823395a36880b8a16e88b86

Available diffs

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