prometheus 2.40.5+ds-2 source package in Ubuntu

Changelog

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

  * Drop obsolete 83-Revert_grafana_regexp.patch
  * Add new build-dep golang-github-grafana-regexp-dev
  * Refresh patches

 -- Daniel Swarbrick <email address hidden>  Mon, 05 Dec 2022 00:17: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.5+ds-2.dsc 4.4 KiB f595fa6ad0803f383bb0b8f536448dcf9f54aaf3f1e3a8fe82016114629ea90d
prometheus_2.40.5+ds.orig.tar.gz 3.6 MiB 83155a4cce1328b57afb53ad2d9c7bdae6f98a62e74244900e383939f80801fd
prometheus_2.40.5+ds-2.debian.tar.xz 70.2 KiB 1c8021ba51432597e6350e860ec4121da8fe2c886f32d9ea2657c5d948b3fcd1

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