-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add client metrics to rest client extension #13884
Add client metrics to rest client extension #13884
Conversation
I'd like to see if we can streamline things.. but this is a good start. Catch you on Zulip. ;) |
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.
Thanks! I will let @ebullient drive this, just a note that this needs to be squashed before merging. Please dismiss when done!
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.
I've made a PR against the original branch w/ updates to move the http client metrics extension closer to http server metrics collection (as reactive rest is going to influence both paths across multiple extensions.. )
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.
Couple of notes about imports that don't appear to be used, but otherwise looks good!
This is my take (with a lot of support from @ebullient ) on how to add metrics to the rest-clients automatically (#13884 )
Please let me know of the improvements, or also feel free to make it yourselves.
Resolves #13847