prometheus 2.41.0+ds-1 source package in Ubuntu

Changelog

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

  * New upstream version
  * Bump minimum required golang-github-prometheus-common-dev version to
    0.39.0
  * Bump Standards-Version to 4.6.2 (no changes)
  * dh_auto_test: increase Go test timeout to 30 mins
  * Patch css / js paths in console_templates/prom.lib
  * Increase open file descriptor limit to 32768

 -- Daniel Swarbrick <email address hidden>  Wed, 21 Dec 2022 00:30:48 +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.41.0+ds-1.dsc 4.4 KiB 19b7ef1f54f4cf18a9e44f08b43afe9264d53b50b45b4188a036c5544a2ea078
prometheus_2.41.0+ds.orig.tar.gz 3.6 MiB 6f620c338fe9d906ff4104a3fc1fc9cd9e0c029d610dcf5517f9d7b58482f6ea
prometheus_2.41.0+ds-1.debian.tar.xz 70.6 KiB 234b97105934af15df92308d11c6270061d417f81bc57b04430fa621990821f1

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