golang-github-prometheus-client-golang 1.18.0-3 source package in Ubuntu

Changelog

golang-github-prometheus-client-golang (1.18.0-3) unstable; urgency=medium

  * Team upload
  * Backport patch for Go 1.22

 -- Shengjing Zhu <email address hidden>  Fri, 01 Mar 2024 01:40:25 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-prometheus-client-golang_1.18.0-3.dsc 2.4 KiB a2a8ab34cd9a8b44b4f4ea67c005db9a53dba3ea51a6d3718aca61259af00f3d
golang-github-prometheus-client-golang_1.18.0.orig.tar.gz 1.0 MiB 7de5d163cb7f18e1a3a0dd40d35e8de7bc2ef85f4a0bc22572bcbcfaa86ff709
golang-github-prometheus-client-golang_1.18.0-3.debian.tar.xz 8.7 KiB 84b7b898a41d7cc40b0f80427c504e192e38d1533ac1685a590e49cfc14d1bf1

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