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
|
Source: prometheus-mongodb-exporter
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
dh-golang (>= 1.17~),
golang-any,
golang-github-prometheus-client-golang-dev,
golang-glog-dev,
golang-gopkg-mgo.v2-dev,
Standards-Version: 4.1.5
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
XS-Go-Import-Path: github.com/dcu/mongodb_exporter
Package: prometheus-mongodb-exporter
Architecture: any
Depends: daemon,
${misc:Depends},
${shlibs: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.
|