Skip to content

Make LoadBalancing feature language-independent #875

Merged
dpaulson45 merged 8 commits into
mainfrom
dpaul-localizedCounter
Jan 31, 2022
Merged

Make LoadBalancing feature language-independent #875
dpaulson45 merged 8 commits into
mainfrom
dpaul-localizedCounter

Conversation

@dpaulson45
Copy link
Copy Markdown
Member

Issue:
The LoadBalancing report feature does not work on non-English OS.
Performance counters are language dependent. Created a PerformanceCountersFunctions.ps1 file that contains all the functions that we use to translate English counters to the localized counter name on the system that we are querying.

Resolve #581

Replaced the PR #797

Reason:
We query the performance counter id and then mapping the id to the localized counter name which we finally use to run the Get-Counter cmdlet

Validation:
Verified logic worked on both non-English and English lab.

@dpaulson45 dpaulson45 merged commit 7bad8aa into main Jan 31, 2022
@dpaulson45 dpaulson45 deleted the dpaul-localizedCounter branch January 31, 2022 17:26
@dpaulson45 dpaulson45 mentioned this pull request Feb 21, 2022
@dpaulson45 dpaulson45 added Enhancement New feature or request Health Checker labels Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request Health Checker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue] - Health Checker - Load Balancing Report doesn't work on Non-US systems

2 participants