Skip to content

Commit

Permalink
BUG/MINOR: add last_agt to stats
Browse files Browse the repository at this point in the history
This will be used for the lastChk algrithm in Fusion UI
  • Loading branch information
hdurand0710 committed Jul 18, 2024
1 parent 3519867 commit ff98a49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/native_stat_stats.go

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

5 changes: 5 additions & 0 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7356,6 +7356,11 @@ definitions:
- frontend
- backend
x-nullable: true
last_agt:
type: string
x-dependency:
type: server
x-nullable: true
last_chk:
type: string
x-dependency:
Expand Down
5 changes: 5 additions & 0 deletions specification/models/stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,11 @@ native_stat_stats:
x-nullable: true
x-dependency:
type: server
last_agt:
type: string
x-nullable: true
x-dependency:
type: server
example:
scur: 129
smax: 2000
Expand Down

0 comments on commit ff98a49

Please sign in to comment.