I installed appmetrics on node v10 in windows 10 and I always receive the following error:
com.ibm.diagnostics.healthcenter.plugins WARNING: [cpu_os] At least one data
I tried to check the error, put my eyes on the file "cpuplugin.cpp" and I'm noticing that I get the following error
"[cpu_os] Failed to add user time pdh counter for total cpu (status =" << Status << ")"
which is approximately by line 520 of the file.
check other forums that talk to me about compiling with vs2017 / vs2015 and I still get the same error.
also try to install appmetrics from the github repository using
"npm install https://github.com/RuntimeTools/appmetrics"
and I do not have a positive result.