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 60 61 62
|
Source: golang-github-prometheus-common
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Anthony Fok <foka@debian.org>,
Lucas Kanashiro <kanashiro@debian.org>,
Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang (>= 1.31~),
golang-any,
golang-github-go-kit-kit-dev,
golang-github-julienschmidt-httprouter-dev,
golang-github-mwitkow-go-conntrack-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-model-dev (>= 0.2.0),
golang-github-sirupsen-logrus-dev (>= 1.0.2),
golang-golang-x-net-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev (>= 2.2.1),
golang-goprotobuf-dev,
golang-protobuf-extensions-dev,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common.git
Homepage: https://github.com/prometheus/common
XS-Go-Import-Path: github.com/prometheus/common
Package: golang-github-prometheus-common-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-go-kit-kit-dev,
golang-github-julienschmidt-httprouter-dev,
golang-github-mwitkow-go-conntrack-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-golang-dev,
golang-github-prometheus-client-model-dev (>= 0.2.0),
golang-github-sirupsen-logrus-dev (>= 1.0.2),
golang-golang-x-net-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev (>= 2.2.1),
golang-goprotobuf-dev,
golang-protobuf-extensions-dev,
${misc:Depends},
${shlibs:Depends},
Description: common libraries for Prometheus components
This package includes:
.
* github.com/prometheus/common/config: Common configuration structures.
* github.com/prometheus/common/expfmt: Decoding and encoding for the
exposition format.
* github.com/prometheus/common/log: Wraps https://github.com/Sirupsen/logrus
in order to add line:file annotations to log lines, as well as to provide
common command-line flags for Prometheus components using it.
* github.com/prometheus/common/model: Shared data structures.
* github.com/prometheus/common/promlog: Defines standardised ways to
initialize Go kit loggers across Prometheus components.
* github.com/prometheus/common/route: A routing wrapper around
https://github.com/julienschmidt/httprouter using `context.Context`.
* github.com/prometheus/common/version: Version information and metrics.
|