-
Notifications
You must be signed in to change notification settings - Fork 772
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
AddInstrumentation and AddDiagnosticSourceInstrumentation APIs. #1454
AddInstrumentation and AddDiagnosticSourceInstrumentation APIs. #1454
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1454 +/- ##
==========================================
+ Coverage 81.95% 82.03% +0.08%
==========================================
Files 230 230
Lines 6163 6180 +17
==========================================
+ Hits 5051 5070 +19
+ Misses 1112 1110 -2
|
@@ -17,5 +17,9 @@ | |||
using System.Runtime.CompilerServices; | |||
|
|||
[assembly: InternalsVisibleTo("OpenTelemetry.Tests" + AssemblyInfo.PublicKey)] | |||
[assembly: InternalsVisibleTo("OpenTelemetry.Instrumentation.Http" + AssemblyInfo.PublicKey)] |
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.
nit: sort alphabetically.
internal readonly struct InstrumentationFactory | ||
/// <summary> | ||
/// Adds a DiagnosticSource based instrumentation. | ||
/// This is required for libraries which already is instrumented with |
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.
/// This is required for libraries which already is instrumented with | |
/// This is required for libraries which are already instrumented with |
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.
LGTM, left couple minor suggestions.
Steps 1,2,3 from #1437 (comment)
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