- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.2k
Add SocketsHttpHandler connection metrics #88893
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
Conversation
| 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. 
 | 
| /azp run runtime-libraries-coreclr outerloop | 
| Azure Pipelines successfully started running 1 pipeline(s). | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a few questions and suggestions.
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.