apm-agent-dotnet icon indicating copy to clipboard operation
apm-agent-dotnet copied to clipboard

Process CPU on macOS is not accurate - wrong version check

Open gregkalapos opened this issue 4 years ago • 0 comments

The version check here does not seem to be correct.

It's based on the version of the assembly of the Process type, but the version of that assembly does not seem to be changed in newer versions. The agent already collects the .NET Core version - we could base the decision on that: if(NetCoreVersion < 3){ (fixup } else { no fixup}.

gregkalapos avatar May 21 '20 12:05 gregkalapos