1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: golang-github-prometheus-client-golang
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Lucas Kanashiro <kanashiro@debian.org>,
Daniel Swarbrick <dswarbrick@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-beorn7-perks-dev,
golang-github-cespare-xxhash-dev,
golang-github-google-go-cmp-dev,
golang-github-json-iterator-go-dev,
golang-github-klauspost-compress-dev,
golang-github-kylelemons-godebug-dev,
golang-github-prometheus-client-model-dev (>= 0.5.0),
golang-github-prometheus-common-dev (>= 0.59.0),
golang-github-prometheus-procfs-dev,
golang-google-protobuf-dev,
golang-uber-goleak-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-client-golang
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-client-golang.git
Homepage: https://github.com/prometheus/client_golang
XS-Go-Import-Path: github.com/prometheus/client_golang
Package: golang-github-prometheus-client-golang-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-beorn7-perks-dev,
golang-github-cespare-xxhash-dev,
golang-github-google-go-cmp-dev,
golang-github-json-iterator-go-dev,
golang-github-klauspost-compress-dev,
golang-github-kylelemons-godebug-dev,
golang-github-prometheus-client-model-dev (>= 0.5.0),
golang-github-prometheus-common-dev (>= 0.59.0),
golang-github-prometheus-procfs-dev,
golang-google-protobuf-dev,
golang-uber-goleak-dev,
${misc:Depends},
Provides: golang-prometheus-client-dev,
Breaks: golang-github-cloudflare-redoctober-dev (<< 0.0~git20161017.0.78e9720-4~),
golang-github-grpc-ecosystem-go-grpc-prometheus-dev (<< 1.2.0+git20191002~),
golang-github-mwitkow-go-conntrack-dev (<< 0.0~git20190716~),
golang-github-prometheus-common-dev (<< 0.44.0~),
golang-redoctober (<< 0.0~git20161017.0.78e9720-4~),
prometheus-postfix-exporter (<< 0.2.0-1~),
Description: 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.)
|