Skip to content

Commit

Permalink
DOC: config: add missing glitch_{cnt,rate} sample definitions
Browse files Browse the repository at this point in the history
Following previous commit, when glitch_cnt and glitch_rate data types were
implemented in c9c6b68 ("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 c9c6b68
  • Loading branch information
Darlelet committed Oct 30, 2024
1 parent 9a6fc2d commit 0686fd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19808,6 +19808,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
Expand Down Expand Up @@ -22342,6 +22344,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
Expand Down

0 comments on commit 0686fd8

Please sign in to comment.