-
Notifications
You must be signed in to change notification settings - Fork 858
[ASP.NET Core] Enable diagnostic source events using explicit names #3519
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
Merged
utpilla
merged 24 commits into
open-telemetry:main
from
vishweshbankwar:vibankwa/use-explicit-name-matching-for-diagnosticSource-events
Sep 21, 2022
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
fad779b
use explicit event names
3b1b352
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar 0456e25
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar 29073af
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar 9584ba4
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar ee0b869
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
96ef75a
Merge branch 'vibankwa/use-explicit-name-matching-for-diagnosticSourc…
e792394
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
f932df5
rmv skip from tests
e314518
updated benchmark numbers
f96f7ba
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar 406930c
ci run
b33c3ad
Merge branch 'vibankwa/use-explicit-name-matching-for-diagnosticSourc…
5e7db35
ci run
ad7929f
build fix
163a4e3
try build fix
969625e
run ci
ed0a8df
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar 0791329
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar 8720d1f
Merge branch 'main' into vibankwa/use-explicit-name-matching-for-diag…
vishweshbankwar 8104fc3
add changelog
80d5b02
Merge branch 'vibankwa/use-explicit-name-matching-for-diagnosticSourc…
faa69db
update changelog
81134e3
nit
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,17 +27,17 @@ | |
| /* | ||
| // * Summary * | ||
| BenchmarkDotNet=v0.13.1, OS=Windows 10.0.22000 | ||
| BenchmarkDotNet=v0.13.1, OS=Windows 10.0.22621 | ||
| Intel Core i7-8850H CPU 2.60GHz (Coffee Lake), 1 CPU, 12 logical and 6 physical cores | ||
| .NET SDK=7.0.100-preview.6.22275.1 | ||
| [Host] : .NET 6.0.8 (6.0.822.36306), X64 RyuJIT | ||
| [Host] : .NET 6.0.9 (6.0.922.41905), X64 RyuJIT | ||
| Job=InProcess Toolchain=InProcessEmitToolchain | ||
| | Method | Mean | Error | StdDev | Gen 0 | Allocated | | ||
| |-------------------------------------------- |---------:|--------:|--------:|-------:|----------:| | ||
| | UninstrumentedAspNetCoreApp | 155.6 us | 2.63 us | 2.33 us | 0.9766 | 5 KB | | ||
| | InstrumentedAspNetCoreAppWithDefaultOptions | 176.8 us | 3.24 us | 2.70 us | 1.2207 | 7 KB | | ||
| | UninstrumentedAspNetCoreApp | 164.7 us | 1.66 us | 1.39 us | 0.9766 | 5 KB | | ||
| | InstrumentedAspNetCoreAppWithDefaultOptions | 178.7 us | 2.65 us | 2.35 us | 0.9766 | 5 KB | | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💯 ❤️ |
||
| */ | ||
|
|
||
| namespace Benchmarks.Instrumentation | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.