Uh oh!
There was an error while loading. Please reload this page.
Add SocketsHttpHandler connection metrics - #88893
Conversation
ghost
commented
Jul 14, 2023
Tagging subscribers to this area: @dotnet/ncl Issue DetailsCloses #84978 Implements the following counters (final names TBD):
Unlike the description from #84978, I dropped the Merge conflicts with #88853 are expected.
|
MihaZupan
commented
Jul 14, 2023
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
antonfirsov
left a comment
There was a problem hiding this comment.
LGTM with a few questions and suggestions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Closes#84978
Implements the following counters (final names TBD):
http-client-current-connectionshttp-client-current-idle-connectionshttp-client-connection-durationUnlike the description from #84978, I dropped the
reasontag fromhttp-client-connection-durationas it feels out of place on the duration counter, and it's not clear what values we'd want to report.Merge conflicts with #88853 are expected.