Skip to content

Commit

Permalink
add some info on health check and metrics to README
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Oct 10, 2024
1 parent b16cc3b commit a817837
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ In our benchmarks publishing one message per connection to a server (using TLS)

As of version 2.0.0 connections to the server can be shared by multiple client connections. When a client opens a channel it will get a channel on a shared upstream connection, the proxy will remap the channel numbers between the two. Many client connections can therefor share a single upstream connection. The benefit is that way fewer connections are needed to the upstream server. For instance, establihsing 10.000 connections after a server reboot might normally take several minutes, but with this proxy it can happen in seconds.

A health check for amqproxy is available over http on http://listen_address:http_port/healthz and will return 200 when amqproxy is healthy.

Some metrics are available over http on http://listen_address:http_port/metrics

## Installation

### Debian/Ubuntu
Expand Down

0 comments on commit a817837

Please sign in to comment.