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

Feature Request: instrument http client connection metrics #1312

Open
proost opened this issue Jul 15, 2023 · 0 comments
Open

Feature Request: instrument http client connection metrics #1312

proost opened this issue Jul 15, 2023 · 0 comments

Comments

@proost
Copy link

proost commented Jul 15, 2023

Hi!

Adding http client connection metrics like whether put idle connection to connection pool success or fail, connection is from connection pool or created, dialing new connections is success or failed is more helpful to http client.

If use httptrace, it can be achieved.

These metrics can help me in this way connection pool is large enough, there is something wrong to connection pool such as stale connection, what & when is wrong when create new connection. There metrics can give you clue about health of HTTP connection and HTTP connection pool.

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

No branches or pull requests

1 participant