Skip to content

feat: add max connections metric for each lb real server - #434

Open
sboschman wants to merge 1 commit into
prometheus-community:mainfrom
sboschman:lb-max-connections-metric
Open

feat: add max connections metric for each lb real server#434
sboschman wants to merge 1 commit into
prometheus-community:mainfrom
sboschman:lb-max-connections-metric

Conversation

@sboschman

Copy link
Copy Markdown
Contributor

This pr introduces a fortigate_lb_real_server_max_connections metric to accompany the existing fortigate_lb_real_server_active_sessions metric. Together they can be used to alert on hitting the configured connections limit.

E.g. (promql)

(fortigate_lb_real_server_active_sessions >= fortigate_lb_real_server_max_connections)
and (fortigate_lb_real_server_max_connections != 0)

fixes #433

Signed-off-by: Sverre Boschman <1142569+sboschman@users.noreply.github.com>
@sboschman
sboschman force-pushed the lb-max-connections-metric branch from 4c5c7f7 to 796a3ae Compare August 10, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose LB real server max connections value

1 participant