-
Notifications
You must be signed in to change notification settings - Fork 765
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
[HttpClient] Fix missing metric during network failures #4098
[HttpClient] Fix missing metric during network failures #4098
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4098 +/- ##
==========================================
+ Coverage 84.73% 85.70% +0.97%
==========================================
Files 295 289 -6
Lines 11513 11375 -138
==========================================
- Hits 9755 9749 -6
+ Misses 1758 1626 -132
|
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or Pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
…s://github.com/vishweshbankwar/opentelemetry-dotnet into vibankwa/fix-httpclient-metric-network-failure
@@ -90,35 +90,37 @@ | |||
{ | |||
"name": "Call that cannot resolve DNS will be reported as error span", | |||
"method": "GET", | |||
"url": "https://sdlfaldfjalkdfjlkajdflkajlsdjf.sdlkjafsdjfalfadslkf.com/", | |||
"url": "http://sdlfaldfjalkdfjlkajdflkajlsdjf:{port}/", |
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.
why changed these?
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.
wanted to validate we capture port information as well.
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
/easycla |
Fixes #4055
Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes