golang-github-prometheus-client-golang 1.15.1-1 source package in Ubuntu

Changelog

golang-github-prometheus-client-golang (1.15.1-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Bump minimum required golang-github-prometheus-common-dev version to
    0.42.0

 -- Daniel Swarbrick <email address hidden>  Wed, 14 Jun 2023 14:20:01 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-prometheus-client-golang_1.15.1-1.dsc 2.8 KiB cbfc40476a0ae8464d16468983041107079abd0dad4b177414065ba0b63c78b4
golang-github-prometheus-client-golang_1.15.1.orig.tar.gz 258.4 KiB a855e9481cbd99777c4e78d513b06c6778d1c8b1f9488c42bdf5b1282a01e71a
golang-github-prometheus-client-golang_1.15.1-1.debian.tar.xz 6.5 KiB 92c2bb5e20436bed8a870cf77fd6c8a1e00185f7443314b9007cd43f6e9ac2c2

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