mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-09 16:47:18 +02:00
DOC: config: fix misplaced "txn.conn_retries"
txn.conn_retries was inserted in the internal states sample table, but it
should belong to Layer 4 sample table instead (SMP_USE_L4SRV)
This should be backported in 2.9 with fa0a304f3
("DOC: config: add an
index of sample fetch keywords")
This commit is contained in:
parent
2192dfa6b6
commit
a63e3fdc17
@ -20513,7 +20513,6 @@ str(<string>) string
|
|||||||
table_avl([<table>]) integer
|
table_avl([<table>]) integer
|
||||||
table_cnt([<table>]) integer
|
table_cnt([<table>]) integer
|
||||||
thread integer
|
thread integer
|
||||||
txn.conn_retries integer
|
|
||||||
txn.id32 integer
|
txn.id32 integer
|
||||||
txn.redispatch boolean
|
txn.redispatch boolean
|
||||||
txn.sess_term_state string
|
txn.sess_term_state string
|
||||||
@ -20966,12 +20965,6 @@ thread : integer
|
|||||||
the function, between 0 and (global.nbthread-1). This is useful for logging
|
the function, between 0 and (global.nbthread-1). This is useful for logging
|
||||||
and debugging purposes.
|
and debugging purposes.
|
||||||
|
|
||||||
txn.conn_retries : integer
|
|
||||||
Returns the the number of connection retries experienced by this stream when
|
|
||||||
trying to connect to the server. This value is subject to change while the
|
|
||||||
connection is not fully established. For HTTP connections, the value may be
|
|
||||||
affected by L7 retries.
|
|
||||||
|
|
||||||
txn.id32 : integer
|
txn.id32 : integer
|
||||||
Returns the internal transaction ID. It is a 32bits integer. So, in absolute,
|
Returns the internal transaction ID. It is a 32bits integer. So, in absolute,
|
||||||
its value is not unique, transaction IDs may wrap. The wrapping period
|
its value is not unique, transaction IDs may wrap. The wrapping period
|
||||||
@ -21235,6 +21228,7 @@ src_sess_rate([<table>]) integer
|
|||||||
src_updt_conn_cnt([<table>]) integer
|
src_updt_conn_cnt([<table>]) integer
|
||||||
srv_id integer
|
srv_id integer
|
||||||
srv_name string
|
srv_name string
|
||||||
|
txn.conn_retries integer
|
||||||
-------------------------------------------------+-------------
|
-------------------------------------------------+-------------
|
||||||
|
|
||||||
Detailed list:
|
Detailed list:
|
||||||
@ -22257,6 +22251,12 @@ srv_name : string
|
|||||||
While it's almost only used with ACLs, it may be used for logging or
|
While it's almost only used with ACLs, it may be used for logging or
|
||||||
debugging. It can also be used in a tcp-check or an http-check ruleset.
|
debugging. It can also be used in a tcp-check or an http-check ruleset.
|
||||||
|
|
||||||
|
txn.conn_retries : integer
|
||||||
|
Returns the the number of connection retries experienced by this stream when
|
||||||
|
trying to connect to the server. This value is subject to change while the
|
||||||
|
connection is not fully established. For HTTP connections, the value may be
|
||||||
|
affected by L7 retries.
|
||||||
|
|
||||||
7.3.4. Fetching samples at Layer 5
|
7.3.4. Fetching samples at Layer 5
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user