prometheus 2.45.1+ds-1 source package in Ubuntu

Changelog

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

  [ Antoine Beaupré ]
  * Do not restart service on config syntax errors (Closes: #1022724)

  [ Daniel Swarbrick ]
  * New upstream release
  * Drop obsolete 0021-Fix-Linode-SD-int32-overflows.patch (applied upstream)
  * Bump minimum required golang-github-hetznercloud-hcloud-go-dev to 2.0.0

 -- Daniel Swarbrick <email address hidden>  Mon, 09 Oct 2023 13:17:35 +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.45.1+ds-1.dsc 4.1 KiB 836e35e40307a13a13a79cf25b754492bd3fc504fb3e94020de97a67f062fb51
prometheus_2.45.1+ds.orig.tar.xz 1.4 MiB d4fba43f57da7fc93e5c4e9f41937f7e6141543059c5439af1fbfb373861ac17
prometheus_2.45.1+ds-1.debian.tar.xz 74.2 KiB be0d4284a64296872a2769c7f42753df29a6515bcd2f0e4c0d660d72554a5056

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