Skip to content

Commit

Permalink
BUG/MINOR: add last_chk in stats
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 committed Feb 15, 2024
1 parent f0dc057 commit 0b032a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/native_stat_stats.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7022,6 +7022,7 @@ definitions:
hrsp_other: 0
iid: 0
intercepted: 346
last_chk: L4OK in 0ms
mode: http
pid: 3204
rate: 64
Expand Down Expand Up @@ -7305,6 +7306,11 @@ definitions:
- frontend
- backend
x-nullable: true
last_chk:
type: string
x-dependency:
type: server
x-nullable: true
lastchg:
type: integer
x-dependency:
Expand Down
6 changes: 6 additions & 0 deletions specification/models/stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,11 @@ native_stat_stats:
x-nullable: true
x-dependency:
type: frontend
last_chk:
type: string
x-nullable: true
x-dependency:
type: server
example:
scur: 129
smax: 2000
Expand Down Expand Up @@ -420,3 +425,4 @@ native_stat_stats:
intercepted: 346
dcon: 0
dses: 0
last_chk: "L4OK in 0ms"

0 comments on commit 0b032a7

Please sign in to comment.