DOC: config: add missing glitch_{cnt,rate} sample definitions
Following previous commit, when glitch_cnt and glitch_rate data types were implemented in c9c6b683f ("MEDIUM: stick-tables: add a new stored type for glitch_cnt and glitch_rate"), newly exposed samples such as table_glitch_cnt(), table_glitch_rate, src_glitch_cnt() and src_glitch_rate() were documented but their definitions was missing in supported keywords list. It should be backported in 3.0 with c9c6b683f (cherry picked from commit 0686fd8cfccd7ff12211b8253bf2446d62c90a18) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
This commit is contained in:
parent
69f3b4099e
commit
af94845eb5
@ -19326,6 +19326,8 @@ table_conn_cnt(table) string integer
|
||||
table_conn_cur(table) string integer
|
||||
table_conn_rate(table) string integer
|
||||
table_expire(table[,default_value]) string integer
|
||||
table_glitch_cnt(table) string integer
|
||||
table_glitch_rate(table) string integer
|
||||
table_gpc(idx,table) string integer
|
||||
table_gpc0(table) string integer
|
||||
table_gpc0_rate(table) string integer
|
||||
@ -21832,6 +21834,8 @@ src_get_gpc0([<table>]) integer
|
||||
src_get_gpc1([<table>]) integer
|
||||
src_get_gpt(<idx>[,<table>]) integer
|
||||
src_get_gpt0([<table>]) integer
|
||||
src_glitch_cnt([<table>]) integer
|
||||
src_glitch_rate([<table>]) integer
|
||||
src_gpc_rate(<idx>[,<table>]) integer
|
||||
src_gpc0_rate([<table>]) integer
|
||||
src_gpc1_rate([<table>]) integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user