.TH prometheus-haproxy-exporter 1 haproxy_exporter, version 0.9.0+git20180917+ds (branch: debian/sid, revision: 0.9.0+git20180917+ds-1+b20) .SH "NAME" prometheus-haproxy-exporter - Prometheus exporter for HAProxy .SH "SYNOPSIS" .TP \fBprometheus-haproxy-exporter []\fR .SH "DESCRIPTION" .SH "OPTIONS" .TP \fB-h, --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--haproxy.scrape-uri\fR URI on which to scrape HAProxy. .TP \fB--haproxy.ssl-verify\fR Flag that enables SSL certificate verification for the scrape URI .TP \fB--haproxy.server-metric-fields\fR Comma-separated list of exported server metrics. See http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#9.1 .TP \fB--haproxy.timeout=5s\fR Timeout for trying to get stats from HAProxy. .TP \fB--haproxy.pid-file\fR Path to HAProxy pid file. If provided, the standard process metrics get exported for the HAProxy process, prefixed with 'haproxy_process_...'. The haproxy_process exporter needs to have read access to files owned by the HAProxy process. Depends on the availability of /proc. https://prometheus.io/docs/instrumenting/writing_clientlibs/#process-metrics. .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" .TP \fB--version\fR Show application version.