Skip to content

Commit

Permalink
add doc for haproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Dec 19, 2022
1 parent f26635f commit 18a4b35
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion inputs/haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@

forked from [haproxy_exporter](https://github.com/prometheus/haproxy_exporter)

Note: since HAProxy 2.0.0, the official source includes a Prometheus exporter module that can be built into your binary with a single flag during build time and offers an exporter-free Prometheus endpoint.
Note: since HAProxy 2.0.0, the official source includes a Prometheus exporter module that can be built into your binary with a single flag during build time and offers an exporter-free Prometheus endpoint.


haproxy configurations for `/stats`:

```
frontend stats
bind *:8404
stats enable
stats uri /stats
stats refresh 10s
```

0 comments on commit 18a4b35

Please sign in to comment.