File: control

package info (click to toggle)
prometheus-pushgateway 0.3.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,272 kB
  • ctags: 333
  • sloc: makefile: 75; sh: 64
file content (39 lines) | stat: -rw-r--r-- 1,819 bytes parent folder | download
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
Source: prometheus-pushgateway
Section: net
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-golang (>= 0.17~), golang-any,
               golang-github-julienschmidt-httprouter-dev,
               golang-github-prometheus-client-model-dev,
               golang-github-prometheus-common-dev,
               golang-golang-x-sys-dev,
               golang-goprotobuf-dev (>= 0.0~git20150526),
               golang-prometheus-client-dev,
               golang-protobuf-extensions-dev,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/prometheus-pushgateway.git/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/prometheus-pushgateway.git/
Homepage: https://github.com/prometheus/pushgateway

Package: prometheus-pushgateway
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         daemon,
         libjs-bootstrap,
         libjs-jquery,
Built-Using: ${misc:Built-Using}
Description: Prometheus exporter for ephemereal jobs
 The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose
 their metrics to Prometheus. Since these kinds of jobs may not exist long
 enough to be scraped, they can instead push their metrics to a Pushgateway.
 The Pushgateway then exposes these metrics to Prometheus.
 .
 The Pushgateway is explicitly not an aggregator, but rather a metrics cache.
 It does not have a statsd-like semantics. The metrics pushed are exactly the
 same as you would present for scraping in a permanently running program.
 .
 For machine-level metrics, the textfile collector of prometheus-node-exporter
 is usually more appropriate. The Pushgateway is best used for service-level
 metrics.