Skip to content

Commit 8fe0662

Browse files
sysadmindSuperQ
andauthored
Update cmd/postgres_exporter/main.go
Co-authored-by: Ben Kochie <[email protected]>
1 parent 21a623f commit 8fe0662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/postgres_exporter/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636
Config: &config.Config{},
3737
}
3838

39-
configFile = kingpin.Flag("config.file", "Promehteus exporter configuration file.").Default("postres_exporter.yml").String()
39+
configFile = kingpin.Flag("config.file", "Postgres exporter configuration file.").Default("postgres_exporter.yml").String()
4040
listenAddress = kingpin.Flag("web.listen-address", "Address to listen on for web interface and telemetry.").Default(":9187").Envar("PG_EXPORTER_WEB_LISTEN_ADDRESS").String()
4141
webConfig = webflag.AddFlags(kingpin.CommandLine)
4242
metricPath = kingpin.Flag("web.telemetry-path", "Path under which to expose metrics.").Default("/metrics").Envar("PG_EXPORTER_WEB_TELEMETRY_PATH").String()

0 commit comments

Comments
 (0)