golang-github-prometheus-client-golang 1.14.0-2 source package in Ubuntu

Changelog

golang-github-prometheus-client-golang (1.14.0-2) unstable; urgency=medium

  * Add new 05-fix-flaky-TestSparseHistogram.patch to skip buggy test on
    ppc64el

 -- Daniel Swarbrick <email address hidden>  Wed, 09 Nov 2022 11:21:09 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-prometheus-client-golang_1.14.0-2.dsc 2.8 KiB 3b487cfad530a5bfc2b834b0d9ca3b25236c98c8054c01d2a35417747698624f
golang-github-prometheus-client-golang_1.14.0.orig.tar.gz 230.8 KiB e774de79b48fcaf27a5b6bbeb6da0e814fee33c5050550625ef9b33f77835049
golang-github-prometheus-client-golang_1.14.0-2.debian.tar.xz 6.4 KiB c1deff23666654c0d2031182ebcf08cda9b464a5856b34c699a4fb25476f929d

Available diffs

No changes file available.

Binary packages built by this source

golang-github-prometheus-client-golang-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.)