golang-github-prometheus-client-golang 1.16.0-4 source package in Ubuntu

Changelog

golang-github-prometheus-client-golang (1.16.0-4) unstable; urgency=medium

  * Team upload
  * Add patch to fix FTBFS with golang-1.21

 -- Shengjing Zhu <email address hidden>  Fri, 28 Jul 2023 15:53:00 +0800

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-prometheus-client-golang_1.16.0-4.dsc 2.1 KiB cb6b5ae25e609b9c8627ca1e0f9e9a4ce45e460c6cf86e73776c3a825b8aa6ee
golang-github-prometheus-client-golang_1.16.0.orig.tar.gz 1.1 MiB bccccdd5fc17fb5722064d48b3c2e00e405620a5c5322c7d4508af28278b1456
golang-github-prometheus-client-golang_1.16.0-4.debian.tar.xz 9.1 KiB 982940db029b53f90b083ae8f0219feb4f80ef6738aa6d80d6d4b3622bcffb86

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.)