Skip to content

Commit 398247e

Browse files
hdurand0710mjuraga
authored andcommitted
BUG/MINOR: add last_chk in stats
1 parent 63319b0 commit 398247e

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

models/native_stat_stats.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/native_stat_stats_compare.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/native_stat_stats_compare_test.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/build/haproxy_spec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7188,6 +7188,7 @@ definitions:
71887188
hrsp_other: 0
71897189
iid: 0
71907190
intercepted: 346
7191+
last_chk: L4OK in 0ms
71917192
mode: http
71927193
pid: 3204
71937194
rate: 64
@@ -7471,6 +7472,11 @@ definitions:
74717472
- frontend
74727473
- backend
74737474
x-nullable: true
7475+
last_chk:
7476+
type: string
7477+
x-dependency:
7478+
type: server
7479+
x-nullable: true
74747480
lastchg:
74757481
type: integer
74767482
x-dependency:

specification/models/stats.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,11 @@ native_stat_stats:
384384
x-nullable: true
385385
x-dependency:
386386
type: frontend
387+
last_chk:
388+
type: string
389+
x-nullable: true
390+
x-dependency:
391+
type: server
387392
example:
388393
scur: 129
389394
smax: 2000
@@ -420,3 +425,4 @@ native_stat_stats:
420425
intercepted: 346
421426
dcon: 0
422427
dses: 0
428+
last_chk: "L4OK in 0ms"

0 commit comments

Comments
 (0)