prometheus 2.45.0+ds-3build1 source package in Ubuntu

Changelog

prometheus (2.45.0+ds-3build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:17:26 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release 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-3build1.debian.tar.xz 74.6 KiB d8770d6f20dcbe86b31982930310594b3be9c1250a34a5693731755a1b977907
prometheus_2.45.0+ds-3build1.dsc 4.1 KiB 02589309e710eb792e4496e9c5b6d3035989027eae7328c0290b16e784ccee49

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