prometheus 2.40.0+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Refresh patches
  * Drop obsolete 34-Disable_wal_test_goleak.patch
  * Add new build-deps:
    - golang-github-ovh-go-ovh-dev
    - golang-golang-x-exp-dev
  * Bump required golang-github-prometheus-exporter-toolkit-dev version to
    0.8.0

 -- Daniel Swarbrick <email address hidden>  Wed, 09 Nov 2022 11:52:06 +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.40.0+ds-1.dsc 4.4 KiB 7af705a46e89aadf25b74c17f071d32de4e8671e543a752419c78fc947caaecf
prometheus_2.40.0+ds.orig.tar.gz 3.6 MiB b205f1b72da836d8d1c2a267329a25a35c98c31528024145f88d2797fbb6f27a
prometheus_2.40.0+ds-1.debian.tar.xz 72.3 KiB 8fb034945eaf56a354b9c0adece902d98b17611eae05912c428dc2ce5c9fbcd3

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