.TH prometheus-pushgateway 1 pushgateway, version 0.7.0+ds (branch: debian/sid, revision: 0.7.0+ds-1+b20) .SH "NAME" prometheus-pushgateway - Prometheus gateway for push metrics .SH "SYNOPSIS" .TP \fBprometheus-pushgateway []\fR .SH "DESCRIPTION" The Pushgateway .SH "OPTIONS" .TP \fB-h, --help\fR Show context-sensitive help (also try --help-long and --help-man). .TP \fB--web.listen-address=":9091"\fR Address to listen on for the web interface, API, and telemetry. .TP \fB--web.telemetry-path="/metrics"\fR Path under which to expose metrics. .TP \fB--web.local-assets="/usr/share/prometheus/pushgateway"\fR Path to static assets/templates directory. .TP \fB--web.route-prefix=""\fR Prefix for the internal routes of web endpoints. .TP \fB--persistence.file=""\fR File to persist metrics. If empty, metrics are only kept in memory. .TP \fB--persistence.interval=5m\fR The minimum interval at which to write out the persistence file. .TP \fB--log.level="info"\fR Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal] .TP \fB--log.format="logger:stderr"\fR Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true" .TP \fB--version\fR Show application version.