Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support monitoring of the blaze-client pool #5158

Merged
merged 1 commit into from Sep 12, 2021

Conversation

rossabaker
Copy link
Member

  • Exposes some basic metrics on the client pool for monitoring. Our use case is to see that the wait queue is backing up before it pops.
  • Introduces a ConnectionManager.Stateful. The only production implementation, PoolManager, is this.
  • Similar to EmberClient, though I didn't name the tuple.
  • Less similar to AsyncHttpClientStats, because we don't retain an underlying backend object to obtain stats separately

CollectionCompat for 2.12

Compiles
Copy link
Contributor

@zmccoy zmccoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this! 🎊

@rossabaker rossabaker merged commit 2c115fc into series/0.22 Sep 12, 2021
@rossabaker rossabaker deleted the expose-blaze-pool-state branch September 12, 2021 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests and improvements module:blaze-client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants