.TH prometheus-pushgateway 1 pushgateway, version 1.4.0+ds (branch: debian/sid, revision: 1.4.0+ds-1+b5) .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.config.file=""\fR [EXPERIMENTAL] Path to configuration file that can enable TLS or authentication. .TP \fB--web.listen-address=":9091"\fR Address to listen on for the web interface, API, and telemetry. .TP \fB--web.local-assets="/usr/share/prometheus/pushgateway"\fR Path to static assets/templates directory. .TP \fB--web.telemetry-path="/metrics"\fR Path under which to expose metrics. .TP \fB--web.external-url=\fR The URL under which the Pushgateway is externally reachable. .TP \fB--web.route-prefix=""\fR Prefix for the internal routes of web endpoints. Defaults to the path of --web.external-url. .TP \fB--web.enable-lifecycle\fR Enable shutdown via HTTP request. .TP \fB--web.enable-admin-api\fR Enable API endpoints for admin control actions. .TP \fB--persistence.file="/var/lib/prometheus/pushgateway.data"\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--push.disable-consistency-check\fR Do not check consistency of pushed metrics. DANGEROUS. .TP \fB--log.level=info\fR Only log messages with the given severity or above. One of: [debug, info, warn, error] .TP \fB--log.format=logfmt\fR Output format of log messages. One of: [logfmt, json] .TP \fB--version\fR Show application version.