Skip to content
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

PerfCounterSample's instance field is truncated if contains '#' symbol #6

Open
Tuatan opened this issue Feb 4, 2016 · 0 comments
Open
Labels
Milestone

Comments

@Tuatan
Copy link
Collaborator

Tuatan commented Feb 4, 2016

PerfCounterSample's instance field is truncated if contains '#' symbol.

Repro steps:

  • Start multiple instances of LINQpad for example
  • Collect any process counters for process with LINQpad.UserQuery#1 instance name. Use the following code snippet: PerfCounterObservable.FromRealTime(TimeSpan.FromSeconds(1), @"\Process(LINQPad.UserQuery#1)\Private Bytes").Dump()
  • See that instances in the result set will be truncated to LI
@Tuatan Tuatan added the bug label Aug 11, 2016
@Tuatan Tuatan added this to the 3.0 milestone Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant