prometheus 2.45.0+ds-2 source package in Ubuntu

Changelog

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

  * Re-enable Linode service discovery
  * Drop obsolete Revert-switch-to-go-zookeeper.patch
  * Drop unused build-dep golang-github-samuel-go-zookeeper-dev
  * Add new build-deps:
    - golang-github-go-zookeeper-zk-dev
    - golang-github-linode-linodego-dev

 -- Daniel Swarbrick <email address hidden>  Sun, 16 Jul 2023 12:48:41 +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-2.dsc 4.1 KiB db8301e8cee1e3366a0cb2a794c33555bd9e6cb7d848bf4fefa0a35bec2ca2e2
prometheus_2.45.0+ds.orig.tar.gz 3.7 MiB 93dd5e9f731788a2dd33b64397d64ffaffb1a4f69219967ba8489838c25d4f78
prometheus_2.45.0+ds-2.debian.tar.xz 74.1 KiB e1af5c5ba97e5523d0dc0068c73540b542b59497414d1e8e1b7d0f69c1a60138

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