prometheus 2.45.3+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Refresh patches

 -- Daniel Swarbrick <email address hidden>  Mon, 05 Feb 2024 11:58: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.3+ds-1.dsc 4.1 KiB 022a998516474ba0b1161dea7d3fbbd00705ca271bb16ecb5a83404ca69f9421
prometheus_2.45.3+ds.orig.tar.gz 3.7 MiB f022fc1bbd8a67dca899dac70945e4ea7cf72553b1a5b5a349b6e6d05e01e4cc
prometheus_2.45.3+ds-1.debian.tar.xz 75.2 KiB 42cd763704394ba026e7ddc505036c8d76f6d11f56122f5cc40e0e97d07b1c29

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