1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-08 04:42:07 +03:00

Start building out the packages.

This commit is contained in:
Will Rouesnel
2020-03-01 01:20:42 +11:00
parent 6fcfe4041a
commit 3ccdfc0777
20 changed files with 673 additions and 608 deletions

View File

@@ -300,4 +300,4 @@ func (e *Exporter) scrapeDSN(ch chan<- prometheus.Metric, dsn string) error {
}
return server.Scrape(ch, e.disableSettingsMetrics)
}
}

View File

@@ -45,4 +45,4 @@ func WithConstantLabels(s string) ExporterOpt {
return func(e *Exporter) {
e.constantLabels = parseConstLabels(s)
}
}
}