-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Replace OpenTelemetry with Microsoft.VisualStudio.Telemetry for VS #12843
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
Merged
Changes from 17 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
6bfc72d
telemetry spike
YuliiaKovalova 0a43573
now it works for command line
YuliiaKovalova 2c987c9
updates
YuliiaKovalova 2eb3f6e
cleanup
YuliiaKovalova d28c2fa
fix init
YuliiaKovalova 7f65555
cleanup
YuliiaKovalova 6a3a27a
final cleanup
YuliiaKovalova 210c6c3
remove OpenTelemetry-related stuff
YuliiaKovalova 0ff6065
merge
YuliiaKovalova 6f6ce1f
cleanup
YuliiaKovalova 1a02abc
return MSBuildActivitySource
YuliiaKovalova 6a3357d
cleanup
YuliiaKovalova 752a51d
add documentation
YuliiaKovalova 2f76960
cleanup
YuliiaKovalova dc1dc4b
remove extra logic from VS telemetry
YuliiaKovalova 34a2b43
cleanup
YuliiaKovalova 494ee52
namespace
YuliiaKovalova 4539aa2
nullable
YuliiaKovalova 79f1712
return ActivitySource + more polishing
YuliiaKovalova f736dd8
temp bind to MSBUILD_TELEMETRY_OPTIN
YuliiaKovalova 8337087
prevents the JIT from inlining and loading the VS assembly prematurely
YuliiaKovalova 1157cd9
remove extra file
YuliiaKovalova 6be0e49
merge
YuliiaKovalova 173fe5e
Merge branch 'main' into dev/ykovalova/telemetry_spike
YuliiaKovalova a2bb6da
remove System.Diagnostics.DiagnosticSource reference
YuliiaKovalova 0bd463b
Merge remote-tracking branch 'origin/dev/ykovalova/telemetry_spike' i…
YuliiaKovalova cfb6fa3
Add PackageReference for DiagnosticSource
YuliiaKovalova 70a43cf
Merge remote-tracking branch 'origin/dev/ykovalova/telemetry_spike' i…
YuliiaKovalova 9e2e6dc
fix reference resolution
YuliiaKovalova e159227
Merge remote-tracking branch 'origin/dev/ykovalova/telemetry_spike' i…
YuliiaKovalova 8fdc90c
fix review comments
YuliiaKovalova 167f1fc
fix error
YuliiaKovalova 24fbf04
add MethodImplOptions.NoInlining for MSBuildActivitySource
YuliiaKovalova 09bf382
Merge remote-tracking branch 'origin/dev/ykovalova/telemetry_spike' i…
YuliiaKovalova 502e272
usings cleanup
YuliiaKovalova 50b03cd
usings cleanup
YuliiaKovalova c928141
fix usings
YuliiaKovalova 31fe99b
Merge branch 'dev/ykovalova/telemetry_spike' into exp/telemetry
YuliiaKovalova 8f52bcc
fix usings
YuliiaKovalova 884a1d0
Add binding redirects for new dependencies
YuliiaKovalova a0d81a8
return telemetry tests
YuliiaKovalova 2896536
Merge branch 'dev/ykovalova/telemetry_spike' of https://github.com/do…
YuliiaKovalova ee1e5e2
merge
YuliiaKovalova 50b356e
play with NodeTelemetryE2E setup
YuliiaKovalova 293ff44
cleanup
YuliiaKovalova 2280b9b
cleanup
YuliiaKovalova 7b133a5
more cleanup
YuliiaKovalova a360a5c
Merge branch 'dev/ykovalova/telemetry_spike' into exp/telemetry
YuliiaKovalova f581c42
update comment
YuliiaKovalova 7ca2245
fix review comments & merge
YuliiaKovalova 076005c
merge
YuliiaKovalova 0cdcbcf
return inlining in tests
YuliiaKovalova 0777003
merge
YuliiaKovalova 31c1ff3
fix the key name
YuliiaKovalova 04f6372
fix keys naming
YuliiaKovalova 41b5e12
fix listener in the test
YuliiaKovalova b7e8c2c
add reset to ensure that when NodeTelemetryE2E runs the TelemetryMana…
YuliiaKovalova 8d940f9
Merge remote-tracking branch 'origin/dev/ykovalova/telemetry_spike' i…
YuliiaKovalova eb8ef8c
Merge branch 'exp/telemetry' of https://github.com/dotnet/msbuild int…
YuliiaKovalova ccd29ba
update optin logic for standalone execution
YuliiaKovalova 8274a5c
Merge branch 'main' into dev/ykovalova/telemetry_spike
JanProvaznik 3a168e5
Merge branch 'main' into dev/ykovalova/telemetry_spike
YuliiaKovalova 376a9f1
update telemetry init logic
YuliiaKovalova a3bf066
Merge remote-tracking branch 'origin/exp/telemetry' into dev/ykovalov…
YuliiaKovalova 13903e0
Merge remote-tracking branch 'origin/exp/ykovalova/telemetry' into de…
YuliiaKovalova 4e6d0b3
fix logger message importance and other cleanup
YuliiaKovalova 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.