prometheus-haproxy-exporter - Prometheus exporter for HAProxy
- -h, --help
- Show context-sensitive help (also try --help-long and --help-man).
- --web.listen-address
- Address to listen on for web interface and telemetry.
- --web.telemetry-path
- Path under which to expose metrics.
- --haproxy.scrape-uri
- URI on which to scrape HAProxy.
- --haproxy.ssl-verify
- Flag that enables SSL certificate verification for the scrape URI
- --haproxy.server-metric-fields
- Comma-separated list of exported server metrics. See
http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#9.1
- --haproxy.timeout=5s
- Timeout for trying to get stats from HAProxy.
- --haproxy.pid-file
- 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.
- --log.level
- Only log messages with the given severity or above. Valid levels: [debug,
info, warn, error, fatal]
- --log.format
- Set the log target and format. Example:
"logger:syslog?appname=bob&local=7" or
"logger:stdout?json=true"
- --version
- Show application version.