golang-prometheus-client 0.6.0+ds-1 source package in Ubuntu

Changelog

golang-prometheus-client (0.6.0+ds-1) unstable; urgency=medium

  * New upstream release, which includes an incompatible change in metric
    fingerprints, so invalidates all past storage. This is not a problem yet,
    because prometheus is still not uploaded to Debian.
  * debian/patches: Refresh, remove unneeded patch.
  * Upstream now vendors all dependencies: remove the ones already in Debian.
  * New patch: Fix import path for remaining vendored dependencies.
  * Update watchfile for repackaging mangle.
  * Add missing binary dependencies.
  * Reduce the length of the vendored dependencies import names.
  * Fix bug in which the compiled protocol buffer was not found by code using
    this package.

 -- Martín Ferrari <email address hidden>  Mon, 29 Jun 2015 16:19:04 +0000

Upload details

Uploaded by:
Martín Ferrari
Uploaded to:
Sid
Original maintainer:
Martín Ferrari
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-prometheus-client_0.6.0+ds-1.dsc 2.1 KiB b38c403d2ddd7c7d83ce13648aa352e94b00c08562c83b5b71fed2aa4074c215
golang-prometheus-client_0.6.0+ds.orig.tar.gz 107.4 KiB cb2d334734b0624756be72d3e0dcdf7302416d3c5acbfb946448b232455204f7
golang-prometheus-client_0.6.0+ds-1.debian.tar.xz 5.3 KiB 260026b2df663e3ef46f9e6b67c11edea3b5cd80a173ec73296396be1e42253d

Available diffs

No changes file available.

Binary packages built by this source

golang-prometheus-client-dev: Prometheus instrumentation library for Go applications

 This is the Prometheus Go client library. It provides two main functions:
 .
 * The exposition library is used to export metrics to a Prometheus server or
   pushgateway.
 .
 * The consumption library is used to process metrics exported by a Prometheus
   client. (The Prometheus server is using that library.)