| 12
 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
 
 | Source: prometheus-sql-exporter
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13),
 golang-any | golang-go,
 golang-github-cenkalti-backoff-dev,
 golang-github-denisenkom-go-mssqldb-dev,
 golang-github-go-kit-kit-dev,
 golang-github-go-sql-driver-mysql-dev,
 golang-github-jmoiron-sqlx-dev,
 golang-github-lib-pq-dev (>> 1.3),
 golang-github-prometheus-client-golang-dev,
 golang-github-prometheus-common-dev,
 golang-github-robfig-cron-dev,
 help2man,
 dh-golang,
Standards-Version: 4.6.1
Homepage: https://github.com/justwatchcom/sql_exporter
XS-Go-Import-Path: github.com/justwatchcom/sql_exporter
Vcs-Browser: https://salsa.debian.org/postgresql/prometheus-sql-exporter
Vcs-Git: https://salsa.debian.org/postgresql/prometheus-sql-exporter.git
Package: prometheus-sql-exporter
Architecture: any
Depends:
 postgresql-common,
 ${shlibs:Depends},
 ${misc:Depends},
Built-Using: ${misc:Built-Using}
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
 |