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
|
Source: prometheus-mongodb-exporter
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang (>= 1.17~),
golang-any,
golang-github-prometheus-client-golang-dev,
golang-glog-dev,
golang-gopkg-mgo.v2-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-mongodb-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-mongodb-exporter.git
Homepage: https://github.com/dcu/mongodb_exporter
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/dcu/mongodb_exporter
Package: prometheus-mongodb-exporter
Architecture: any
Depends: daemon,
${misc:Depends},
${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends},
Built-Using: ${misc:Built-Using},
Description: Prometheus exporter for MongoDB
Prometheus exporter for MongoDB, written in Go.
.
This service scrapes MongoDB stats and exports them via HTTP for Prometheus
consumption.
|