Skip to content

Commit 5c37dec

Browse files
committed
BUG/MINOR: stick_table: missing gpc0_rate field
1 parent b363058 commit 5c37dec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/haproxy_spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,6 +2821,7 @@ definitions:
28212821
enum:
28222822
- server_id
28232823
- gpc0
2824+
- gpc0_rate
28242825
- gpc1
28252826
- gpc1_rate
28262827
- conn_cnt

models/runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ table:
275275
properties:
276276
field:
277277
type: string
278-
enum: [server_id, gpc0, gpc1, gpc1_rate, conn_cnt, conn_cur, conn_rate, sess_cnt, sess_rate, http_req_cnt, http_req_rate, http_err_cnt, http_err_rate, bytes_in_cnt, bytes_in_rate, bytes_out_cnt, bytes_out_rate]
278+
enum: [server_id, gpc0, gpc0_rate, gpc1, gpc1_rate, conn_cnt, conn_cur, conn_rate, sess_cnt, sess_rate, http_req_cnt, http_req_rate, http_err_cnt, http_err_rate, bytes_in_cnt, bytes_in_rate, bytes_out_cnt, bytes_out_rate]
279279
type:
280280
type: string
281281
enum: [rate, counter]

0 commit comments

Comments
 (0)