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 2ae5c5d commit 9f1f413
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 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.

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.

5 changes: 5 additions & 0 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7576,6 +7576,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 @@ -411,6 +411,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 9f1f413

Please sign in to comment.