-
Notifications
You must be signed in to change notification settings - Fork 1k
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 outcome tag to HttpClient metrics #3732
Add outcome tag to HttpClient metrics #3732
Conversation
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.
Really great work aligning all of these. Thank you so much for that. I think we can also add an outcome
to the tags asserted in HttpClientTimingInstrumentationVerificationTests
since it should be on all implementations now. Would you update that? Then I think it's ready to merge. Thanks again.
Good catch. Forgot about it. Added in acebcb0 |
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.
Thank you a lot. Great work.
Fixes #3729
Aligning tags between
http_client_requests
metrics. A grouping outcome tag was added to all http client binders - similar to the outcome tag inJettyClient
and thehttp_server_requests
.