Skip to content

Comments

Make ProxyConnectionSummary into TimeBucketedItem#310

Merged
ZhidongPeng merged 2 commits intoAzure:devfrom
ZhidongPeng:bucket
Feb 2, 2026
Merged

Make ProxyConnectionSummary into TimeBucketedItem#310
ZhidongPeng merged 2 commits intoAzure:devfrom
ZhidongPeng:bucket

Conversation

@ZhidongPeng
Copy link
Collaborator

In GPA status reporting module, it does report both success and failed connection summary, while both summaries kept in memory up-to 24 hours. Once each 24 hours reached, all the connection numbers reset to 0 which may confuse our customers.
Here it introduced TimeBucketedItem to help only keep track of the last 4 hours connection count numbers for both success & failed summaries.
To reduce the high volume of log_connection_summary kusto entries, when add a http connection summary, if new time (15 minutes) bucket created, GPA sends the current connection summary to Kusto.

@ZhidongPeng ZhidongPeng merged commit 73a930a into Azure:dev Feb 2, 2026
12 checks passed
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.

2 participants