cleanup: rename WSLA telemetry provider WSLC#14501
Merged
benhillis merged 2 commits intofeature/wsl-for-appsfrom Mar 23, 2026
Merged
cleanup: rename WSLA telemetry provider WSLC#14501benhillis merged 2 commits intofeature/wsl-for-appsfrom
benhillis merged 2 commits intofeature/wsl-for-appsfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the TraceLogging telemetry provider previously labeled “WSLA” to “WSLC” so telemetry naming matches the updated component naming across binaries and diagnostics.
Changes:
- Renamed the provider symbol from
WslaTelemetryProvidertoWslcTelemetryProvider. - Updated provider registration name from
Microsoft.Windows.WslatoMicrosoft.Windows.Wslc(GUID unchanged). - Updated telemetry initialization in
wslcandwslasession, and updated the WPR profile provider Id entry.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/windows/wslc/core/Main.cpp | Switches TraceLogging init to WslcTelemetryProvider. |
| src/windows/wslasession/main.cpp | Switches TraceLogging init to WslcTelemetryProvider. |
| src/windows/common/WslTelemetry.h | Renames declared provider to WslcTelemetryProvider. |
| src/windows/common/WslTelemetry.cpp | Renames defined provider and provider name string to “Microsoft.Windows.Wslc”. |
| diagnostics/wsl.wprp | Renames the WPR EventProvider Id from wslaservice to wslc. |
ptrivedi
approved these changes
Mar 23, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This name changes the telemetry provider to reflect the new naming.