Skip to content
Snippets Groups Projects
Unverified Commit 93736366 authored by Will Rouesnel's avatar Will Rouesnel
Browse files

Update goimport/gofmt of files.

parent 3acec530
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -709,8 +709,8 @@ type Exporter struct {
// NewExporter returns a new PostgreSQL exporter for the provided DSN.
func NewExporter(dsn string, disableDefaultMetrics bool, userQueriesPath string) *Exporter {
return &Exporter{
builtinMetricMaps: builtinMetricMaps,
dsn: dsn,
builtinMetricMaps: builtinMetricMaps,
dsn: dsn,
disableDefaultMetrics: disableDefaultMetrics,
userQueriesPath: userQueriesPath,
duration: prometheus.NewGauge(prometheus.GaugeOpts{
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment