Source: unbound-exporter
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: OBS TBadm <obs@tbadm.net>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-go-kit-log-dev,
               golang-github-prometheus-common-dev,
               golang-prometheus-client-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/unbound-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/unbound-exporter.git
Homepage: https://github.com/letsencrypt/unbound_exporter
XS-Go-Import-Path: github.com/letsencrypt/unbound_exporter

Package: unbound-exporter
Section: net
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: A Prometheus exporter for Unbound. (program)
 Prometheus Unbound exporter
 .
 This repository provides code for a simple Prometheus metrics exporter
 for the Unbound DNS resolver (https://unbound.net/). This exporter
 connects to Unbounds TLS control socket and sends the stats_noreset
 command, causing Unbound to return metrics as key-value pairs. The
 metrics exporter converts Unbound metric names to Prometheus metric
 names and labels by using a set of regular expressions.
