Tx icon indicating copy to clipboard operation
Tx copied to clipboard

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

Open Tuatan opened this issue 9 years ago • 0 comments

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 avatar Feb 04 '16 06:02 Tuatan