prometheus 1.8.1+ds-2 source package in Ubuntu

Changelog

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

  * Replace gogo/protobuf dependency with golang equivalent.
  * Workaround for FTBFS in i386 until #877541 is solved.

 -- Martín Ferrari <email address hidden>  Tue, 24 Oct 2017 22:32:55 +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_1.8.1+ds-2.dsc 2.9 KiB b2e0217be4c1097cbee512c69db446e33f3ea01723f324eddaa8ce7edcad4ad1
prometheus_1.8.1+ds.orig.tar.gz 974.3 KiB 64f6b40089952ecdbe503182ef23f672796f2ae97a18b1b3b09450a6716bd97e
prometheus_1.8.1+ds-2.debian.tar.xz 24.5 KiB 63a5f21eada2bcfc9abd3f612a4e2604b1550a12f47c1b972f5be2a99b2523f5

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