mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
It has been developped as a service applet. Internally, it is called
"promex". To build HAProxy with the promex service, you should use the Makefile
variable "EXTRA_OBJS". To be used, it must be enabled in the configuration with
an "http-request" rule and the corresponding HTTP proxy must enable the HTX
support. For instance:
frontend test
mode http
...
option http-use-htx
http-request use-service prometheus-exporter if { path /metrics }
...
See contrib/prometheus-exporter/README for details.
|
||
|---|---|---|
| .. | ||
| base64 | ||
| debug | ||
| halog | ||
| hpack | ||
| ip6range | ||
| iprange | ||
| mod_defender | ||
| modsecurity | ||
| netsnmp-perl | ||
| plug_qdisc | ||
| prometheus-exporter | ||
| selinux | ||
| spoa_example | ||
| systemd | ||
| tcploop | ||
| trace | ||
| wireshark-dissectors/peers | ||