.TH prometheus-postgres-exporter 1 postgres_exporter 0.4.7+ds (built with go1.11.5) "" .SH "NAME" prometheus-postgres-exporter - Prometheus exporter for PostgreSQL .SH "SYNOPSIS" .TP \fBprometheus-postgres-exporter []\fR .SH "DESCRIPTION" .SH "OPTIONS" .TP \fB--help\fR Show context-sensitive help (also try --help-long and --help-man). .TP \fB--web.listen-address\fR Address to listen on for web interface and telemetry. .TP \fB--web.telemetry-path\fR Path under which to expose metrics. .TP \fB--disable-default-metrics\fR Do not include default metrics. .TP \fB--extend.query-path\fR Path to custom queries to run. .TP \fB--dumpmaps\fR Do not run, simply dump the maps. .TP \fB--constantLabels\fR A list of label=value separated by comma(,). .TP \fB--version\fR Show application version. .TP \fB--log.level\fR Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal] .TP \fB--log.format\fR Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true"