.TH PROMETHEUS-PUSHGATEWAY "1" "March 2024" "prometheus-pushgateway 1.7.0" "Prometheus"/ .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.systemd-socket\fR Use systemd socket activation listeners instead of port listeners (Linux only). .TP \fB--web.listen-address=:9091\fR Addresses on which to expose metrics and web interface. Repeatable for multiple addresses. .TP \fB--web.config.file\fR Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md .TP \fB--web.local-assets\fR Path to static assets/templates directory. .TP \fB--web.telemetry-path\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\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.