File: control

package info (click to toggle)
prometheus-varnish-exporter 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 656 kB
  • sloc: sh: 110; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,616 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
Source: prometheus-varnish-exporter
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema@debian.org>, Filippo Giunchedi <filippo@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go,
               golang-github-prometheus-client-golang-dev
Standards-Version: 4.5.1
Homepage: https://github.com/jonnenauha/prometheus_varnish_exporter
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-varnish-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-varnish-exporter.git
XS-Go-Import-Path: github.com/jonnenauha/prometheus_varnish_exporter
Rules-Requires-Root: no

Package: prometheus-varnish-exporter
Architecture: any
Built-Using: ${misc:Built-Using}
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         daemon
Description: Prometheus exporter for Varnish
 Prometheus exporter for Varnish metrics.
 .
 prometheus-varnish-exporter scrapes the varnishstat -j JSON output on
 each Prometheus collect and exposes all reported metrics. Metrics with
 multiple backends or Varnish defined identifiers (e.g. VBE.*.happy
 SMA.*.c_bytes LCK.*.creat) and other metrics with similar structure
 (e.g. MAIN.fetch_*) are combined under a single metric name with
 distinguishable labels. Vanish naming conventions are preserved as much
 as possible to be familiar to Varnish users when building queries,
 while at the same time trying to following Prometheus conventions like
 lower casing and using _ separators.