prometheus 2.45.0+ds-3ubuntu0.1 source package in Ubuntu

Changelog

prometheus (2.45.0+ds-3ubuntu0.1) mantic-security; urgency=medium

  * No-change rebuild due to golang-1.20, golang1-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 29 Jan 2024 10:38:36 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
prometheus_2.45.0+ds.orig.tar.gz 3.7 MiB 93dd5e9f731788a2dd33b64397d64ffaffb1a4f69219967ba8489838c25d4f78
prometheus_2.45.0+ds-3ubuntu0.1.debian.tar.xz 74.7 KiB 914c61541e29d5615ba417845099e24021db61761cef5416e330807625cf49ca
prometheus_2.45.0+ds-3ubuntu0.1.dsc 4.0 KiB c8e1e727e68f390a463a75914250413757f8fbe141bc7b2beb9fcb05e73c649e

View changes file

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