Re: [PATCH] MINOR: promex: Introduce 'FULL' status for srv_state metric

2023-09-11 Thread Willy Tarreau
On Mon, Sep 11, 2023 at 08:39:30PM +0200, Christopher Faulet wrote: > Le 11/09/2023 à 15:12, Cedric Paillet a écrit : > > This adds a new 'FULL' status to the Prometheus metric 'srv_state'. It > > helps identify servers that have exceeded their maxconn limit and cannot > > accept new connections.

Re: [PATCH] MINOR: promex: Introduce 'FULL' status for srv_state metric

2023-09-11 Thread Christopher Faulet
Le 11/09/2023 à 15:12, Cedric Paillet a écrit : This adds a new 'FULL' status to the Prometheus metric 'srv_state'. It helps identify servers that have exceeded their maxconn limit and cannot accept new connections. Rename server_has_room to !server_is_full to matches what's used at a few place

[PATCH] MINOR: promex: Introduce 'FULL' status for srv_state metric

2023-09-11 Thread Cedric Paillet
This adds a new 'FULL' status to the Prometheus metric 'srv_state'. It helps identify servers that have exceeded their maxconn limit and cannot accept new connections. Rename server_has_room to !server_is_full to matches what's used at a few places in the doc in association with servers or backe