blaze icon indicating copy to clipboard operation
blaze copied to clipboard

Allow for metric reporting of PoolManager connections

Open tbrown1979 opened this issue 7 years ago • 1 comments

It'd be nice if there was a way to report metrics for the PoolManager that is used for the Http1Client. We have a situation where being able to view the total active, idle, and waiting connections for the PoolManager would be useful for debugging some issues with one of our projects.

Does anyone have any suggestions on how this might be added?

tbrown1979 avatar Jun 13 '18 18:06 tbrown1979

I think a constructor that returns a tuple would be best. Prior art:

  • Ember has a subsclass of client that returns stats, but that has impaired binary compatible fixes.
  • async-http-client exposes stats, but only from clients you create. See AsyncHttpClientStats.

rossabaker avatar Apr 05 '21 13:04 rossabaker