prometheus 2.45.0+ds-3 source package in Ubuntu

Changelog

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

  * Add new Fix-Linode-SD-int32-overflows.patch

 -- Daniel Swarbrick <email address hidden>  Sun, 16 Jul 2023 17:38: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.0+ds-3.dsc 4.1 KiB 61ab0bb60392705eb6a206914ae5cbd3d51ab5a2936ccdef0acb30a251b48570
prometheus_2.45.0+ds.orig.tar.gz 3.7 MiB 93dd5e9f731788a2dd33b64397d64ffaffb1a4f69219967ba8489838c25d4f78
prometheus_2.45.0+ds-3.debian.tar.xz 74.5 KiB e300eada4caebe9e59abdaf65c3ca1b70cf7e5c3042ff62b29596a1bfa61aab5

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