prometheus 2.40.4+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release (fixes CVE-2022-46146)

 -- Daniel Swarbrick <email address hidden>  Wed, 30 Nov 2022 06:35:44 +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.4+ds-1.dsc 4.4 KiB 10f89298698d39ce5eb8b282271cd3bffd2446383287c8b106ce48e83356710a
prometheus_2.40.4+ds.orig.tar.xz 1.4 MiB 04b3bc1e717bf3ab25916f05144982b9fd52f41a6efff2c8bb1a8755e9c27a98
prometheus_2.40.4+ds-1.debian.tar.xz 71.4 KiB e9045499f51b730fb78d4e1deb8fec2130cc25a86be23bc33610cd299dfd9ad7

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