Skip to content

Commit

Permalink
update peers docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fionera committed Feb 16, 2024
1 parent 031fc88 commit 9a8f812
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions peers/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# A HAProxy peer protocol implementation in Go

| ⚠️ **Proof of Concept**: This is a work in progress |
|-------------------------------------------------------------|
| ⚠️ This is still work in progress |
|-----------------------------------------|

# Applications

- Prometheus Exporter
- Reflector / Aggregator

# References

https://github.com/haproxy/haproxy/blob/master/doc/peers.txt
https://github.com/haproxy/haproxy/blob/master/doc/peers-v2.0.txt
https://github.com/haproxy/haproxy/blob/master/admin/wireshark-dissectors/peers/packet-happp.c
https://github.com/haproxy/haproxy/blob/master/include/haproxy/stick_table-t.h
https://github.com/haproxy/haproxy/blob/master/src/peers.c

# Alternative implementations

https://github.com/WoltLab/node-haproxy-peers

0 comments on commit 9a8f812

Please sign in to comment.