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
|
Source: golang-github-nbrownus-go-metrics-prometheus
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alex David <flu0r1ne@flu0r1ne.net>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-stretchr-testify-dev,
golang-github-rcrowley-go-metrics-dev,
golang-prometheus-client-dev
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nbrownus-go-metrics-prometheus
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nbrownus-go-metrics-prometheus.git
Homepage: https://github.com/nbrownus/go-metrics-prometheus
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/nbrownus/go-metrics-prometheus
Package: golang-github-nbrownus-go-metrics-prometheus-dev
Architecture: all
Depends: golang-github-rcrowley-go-metrics-dev,
golang-prometheus-client-dev,
${misc:Depends}
Description: Prometheus support for go with additional nebula metrics (library)
This is a reporter for the go-metrics library which will post the metrics
to the Prometheus client registry. This is expressly for supporting Prometheus
metrics from within nebula.
|