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

Enable enrich for HttpWebRequest #1407

Merged
merged 5 commits into from
Oct 27, 2020
Merged

Enable enrich for HttpWebRequest #1407

merged 5 commits into from
Oct 27, 2020

Conversation

eddynaka
Copy link
Contributor

@eddynaka eddynaka commented Oct 27, 2020

Fixes #1401

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
  • Design discussion issue #
  • Changes in public API reviewed

@eddynaka eddynaka requested a review from a team October 27, 2020 19:41
@eddynaka eddynaka self-assigned this Oct 27, 2020
@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #1407 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1407      +/-   ##
==========================================
+ Coverage   81.27%   81.32%   +0.04%     
==========================================
  Files         226      226              
  Lines        6088     6088              
==========================================
+ Hits         4948     4951       +3     
+ Misses       1140     1137       -3     
Impacted Files Coverage Δ
...ter.ZPages/Implementation/ZPagesActivityTracker.cs 100.00% <0.00%> (+2.85%) ⬆️
...ZPages/Implementation/ZPagesExporterEventSource.cs 62.50% <0.00%> (+6.25%) ⬆️
...us/Implementation/PrometheusExporterEventSource.cs 72.72% <0.00%> (+9.09%) ⬆️

@@ -2,6 +2,11 @@

## Unreleased

* Instrumentation no longer store raw objects like `HttpWebRequest` in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you modify the README.md as well to reflect this change?

@cijothomas cijothomas merged commit 6e7e4b7 into open-telemetry:master Oct 27, 2020
@eddynaka eddynaka deleted the feature/enable-enrich-httpwebrequest branch October 27, 2020 20:20
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

Successfully merging this pull request may close these issues.

Enrich for HttpClient .NET Framework instrumentation
2 participants