prometheus 2.45.1+ds-2 source package in Ubuntu

Changelog

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

  * Add new 0021-Partially-backport-PR-12650.patch to fix FTBFS with recent
    versions of golang-golang-x-exp-dev
  * Drop LimitNOFILE from systemd service, since systemd >= 240 defaults to a
    higher hard limit than what we previously specified

 -- Daniel Swarbrick <email address hidden>  Wed, 22 Nov 2023 17:34:47 +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-2.dsc 4.1 KiB c9799288a683c14bc0d421ad7214030717565aae88a359715ec762ec606f4d2e
prometheus_2.45.1+ds.orig.tar.gz 3.7 MiB db4b15204c72d0edd76d0181a03a3a30ec19a00ee9c70d4fce0a888d38ca0265
prometheus_2.45.1+ds-2.debian.tar.xz 74.8 KiB cf0534411b5d237b75c429a6d3d84f9ec5f6bb8fe20e6e0f8253b7e0fbc63ce4

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