Source: prometheus-varnish-exporter Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Emanuele Rocca , Filippo Giunchedi Build-Depends: debhelper-compat (= 13), dh-golang, golang-go, golang-github-prometheus-client-golang-dev Standards-Version: 4.6.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, varnish 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.