You've already forked postgres_exporter
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:
@@ -300,4 +300,4 @@ func (e *Exporter) scrapeDSN(ch chan<- prometheus.Metric, dsn string) error {
|
||||
}
|
||||
|
||||
return server.Scrape(ch, e.disableSettingsMetrics)
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ func WithConstantLabels(s string) ExporterOpt {
|
||||
return func(e *Exporter) {
|
||||
e.constantLabels = parseConstLabels(s)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user