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 authored and mjuraga committed Feb 19, 2024
1 parent f61aff1 commit dc7f1ea
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
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.

8 changes: 8 additions & 0 deletions models/native_stat_stats_compare.go

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

4 changes: 2 additions & 2 deletions models/native_stat_stats_compare_test.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 @@ -7194,6 +7194,7 @@ definitions:
hrsp_other: 0
iid: 0
intercepted: 346
last_chk: L4OK in 0ms
mode: http
pid: 3204
rate: 64
Expand Down Expand Up @@ -7477,6 +7478,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 dc7f1ea

Please sign in to comment.